找不到下划线和流星的类型定义

时间:2017-07-06 16:41:22

标签: angular meteor ionic-framework angular-meteor ionic-cli

我正在通过angular-meteor.com

的webpack教程进行离子和流星集成

然而无论我尝试什么,我都会不断收到这两个错误。我尝试用npm安装打字,搜索谷歌,或发现类似的错误,但非真的很有帮助。 注意。我安装了下划线和流星类型的类型,但仍然得到相同的错误。我真的可以使用帮助。我在Windows 10 64位PC上运行此错误,运行最新的稳定节点js,npm和离子cli。

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

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

1 个答案:

答案 0 :(得分:0)

尝试安装meteor typings:

meteor npm install @types/meteor —save-dev

并将其添加到tsconfig.json中的types数组中。