angularmeteorionic-frameworkangular-meteorionic-cli

Cannot find type definitions for underscore and meteor


I am going through the ionic and meteor integration with webpack tutorial from angular-meteor.com

However no matter what I try I keep getting these two errors. I have tried installing typings with npm, searching google, or finding similar errors but non was really helpful. NOTE. I installed types for underscore and meteor-typings but still get the same error. I could really use help. I get this error on windows 10 64bit pc, running latest stable node js, npm and ionic cli.

typescript error
Cannot find type definition file for '@types/underscore'.

typescript error
Cannot find type definition file for 'meteor-typings'.


Solution

  • Try to install meteor typings:

    meteor npm install @types/meteor —save-dev
    

    And add it to tsconfig.json into the types array.