angular-4-data-table
在ng serve
上显示以下错误:
> ./node_modules/angular-4-data-table/src/index.ts中的错误 模块构建失败:错误:\ node_modules \ angular-4-data-table \ src \ index.ts不是编译输出的一部分。有关详细信息,请查看其他错误消息。 在AngularCompilerPlugin.getCompiledFile(\ node_modules \ @ngtools \ webpack \ src \ angular_compiler_plugin.js:649:23)
问题是什么?
我在Windows上的节点6.11.2上使用Angular CLI 1.6.2。
答案 0 :(得分:0)
当我删除一些冗余文件时,我在Visual代码中遇到了同样的问题。错误消失后:
npm build
。ng serve
或npm start
,它开始时没有任何问题。答案 1 :(得分:0)
删除node_module并运行yarn或npm install