码迷,mamicode.com
首页 > Web开发 > 详细

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

时间:2016-11-25 17:18:46      阅读:266      评论:0      收藏:0      [点我收藏+]

标签:map   http   in-memory   指南   api   not found   style   index   from   

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)

标签:map   http   in-memory   指南   api   not found   style   index   from   

原文地址:http://www.cnblogs.com/kuangniaokuang/p/6102022.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!