角度js 2项目中的gruntfile taskrunner编译错误

时间:2017-12-28 03:40:59

标签: angularjs visual-studio-2015 asp.net-core gruntjs

我正在使用VS 2015中的角度js 2处理asp.net项目。我正在使用webpack和gruntfile。我在任务运行器中有一个任务,它给出了这样的错误:

Running "ts:base" (ts) task
Compiling...
Using tsc v2.0.6
>> Compilation failed
Warning: Task "ts:base" failed. Use --force to continue.
Aborted due to warnings.
Process terminated with code 3.

就像这个http://prntscr.com/ht6mo6

当我加载项目时,它会在控制台中显示这些错误:

(SystemJS)无法解析a :(?,?,?,?,?,?,?,?,?,?)的所有参数。     错误:无法解析a:(?,?,?,?,?,?,?,?,?,?)的所有参数。

Chrome开发工具中的错误是这样的

http://prntscr.com/ht6nlc

我注意到node_modules文件夹是在项目的根目录中创建的,而不是在wwwroot中。这是错误的原因吗?

请建议我如何修复这些错误或解决这些错误。

感谢。

0 个答案:

没有答案