我正在通过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'.
答案 0 :(得分:0)
尝试安装meteor typings:
meteor npm install @types/meteor —save-dev
并将其添加到tsconfig.json中的types数组中。