问题:
ionic3项目,今天升级了vscode1.18.0,ionic serve 报错Cannot find type definition file for ‘node’

解决方法: npm install @types/node –save

另外node_modules/@ionic目录中有个类报错,说是缺少它实现的interface的属性,手动加上之后就好了

参考资料:https://github.com/Microsoft/TypeScript/issues/16772#issuecomment-311578985

https://stackoverflow.com/questions/43542710/buildcannot-find-type-definition-file-for-node?noredirect=1

Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐