【发布时间】:2018-04-20 02:07:00
【问题描述】:
我收到以下错误:
system.src.js:123 Uncaught (in promise) Error: (SystemJS) XHR error (404 Not Found) loading http://localhost:8000/dist/jquery.js
Error: XHR error (404 Not Found) loading http://localhost:8000/dist/jquery.js
Error loading http://localhost:8000/dist/jquery.js as "jquery" from http://localhost:8000/jspm_packages/npm/toastr@2.1.2/toastr.js
我该如何解决这个问题?
我已经完成了npm install 和jspm install。
谢谢!
【问题讨论】:
-
您能分享更多详细信息,例如指向 plunker 或 gistrun 的链接吗?根据错误,找不到
jquery.jsis dist 文件夹。请检查该文件是否存在于正确的位置。