Angularjs2-zone.js:1382 GET http://localhost:3000/traceur 404 (Not Found)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Angularjs2-zone.js:1382 GET http://localhost:3000/traceur 404 (Not Found)相关的知识,希望对你有一定的参考价值。

zone.js:1382 GET http://localhost:3000/traceur 404 (Not Found)

按照 angularjs2 英雄指南,磕磕绊绊走到了http这一步,然后被这个错误秒杀了。

解决方案:

In systemjs.config.js you should change the mapping to:

‘angular-in-memory-web-api‘: ‘npm:angular-in-memory-web-api/bundles/in-memory-web-api.umd.js‘

then delete from packages:

‘angular-in-memory-web-api‘: {
main: ‘./index.js‘,
defaultExtension: ‘js‘
}

参考:stackoverflow




以上是关于Angularjs2-zone.js:1382 GET http://localhost:3000/traceur 404 (Not Found)的主要内容,如果未能解决你的问题,请参考以下文章

再解炸弹人,dfs&bfs

编码g.711 g.168 g.729 g.723 哪个好

二手iPad 价格

g:formatDate 作为 g:textField 上的值

g++、clang++、使用libboost的编译花絮——g++7成功时g++8编译失败;

g++ 已安装但 make 说 g++ 未找到(奇怪)