在将angular2应用程序与Asp.Net mvc应用程序集成时,我在构建时遇到了364多个错误。例如
Severity Code Description Project File Line Suppression State
Error Build:Identifier expected. Angular2MVC
严重级代码描述项目文件行抑制状态
Error TS18003 No inputs were found in config file 'E:/WorkSpace/Angular2/Angular2MVC/Angular2MVC/node_modules/protractor/tsconfig.json'. Specified 'include' paths were '["**/*"]' and 'exclude' paths were '["built","node_modules","testapp","website","scripts","exampleTypescript","spec/**/*"]'. protractor (tsconfig project) 1 Active
E:\WorkSpace\Angular2\Angular2MVC\Angular2MVC\node_modules\@angular\cli\blueprints\ng\files\e2e\app.e2e-spec.ts 1
当我点击Restore packages(package.json)时,有人可以解释一下node_modules在哪里。 node_modules应该在应用程序的根目录中加载,还是应该在我的角度代码所在的app文件夹中。
我发现@ angular / core未找到或未加载等错误。
答案 0 :(得分:0)
要解决此问题,请在Scripts文件夹中添加一个空的。 ts
文件,并将其编译。这是因为您需要在应用程序满足typescript编译器的文件夹中添加至少一个打字稿文件。