-
Notifications
You must be signed in to change notification settings - Fork 3.1k
app.module 404 (Not Found) #384
Description
Hi,
I just run npm install and npm start. However, after that it shows the 404 Not found error. Together with these errors below.
Error: (SystemJS) XHR error (404 Not Found) loading http://dalex.me/src/app/app.module Error: XHR error (404 Not Found) loading http://dalex.me/src/app/app.module at XMLHttpRequest.wrapFn [as _onreadystatechange] (http://dalex.me/node_modules/zone.js/dist/zone.js:1190:29) [<root>] at Zone.runTask (http://dalex.me/node_modules/zone.js/dist/zone.js:166:47) [<root> => <root>] at XMLHttpRequest.ZoneTask.invoke (http://dalex.me/node_modules/zone.js/dist/zone.js:416:38) [<root>] Error loading http://dalex.me/src/app/app.module as "./app/app.module" from http://dalex.me/src/main.js at XMLHttpRequest.wrapFn [as _onreadystatechange] (http://dalex.me/node_modules/zone.js/dist/zone.js:1190:29) [<root>] at Zone.runTask (http://dalex.me/node_modules/zone.js/dist/zone.js:166:47) [<root> => <root>] at XMLHttpRequest.ZoneTask.invoke (http://dalex.me/node_modules/zone.js/dist/zone.js:416:38) [<root>] Error loading http://dalex.me/src/app/app.module as "./app/app.module" from http://dalex.me/src/main.js at addToError (http://dalex.me/node_modules/systemjs/dist/system.src.js:122:78) [<root>] at linkSetFailed (http://dalex.me/node_modules/systemjs/dist/system.src.js:695:21) [<root>] at http://dalex.me/node_modules/systemjs/dist/system.src.js:495:9 [<root>] at Zone.run (http://dalex.me/node_modules/zone.js/dist/zone.js:126:43) [<root> => <root>] at http://dalex.me/node_modules/zone.js/dist/zone.js:679:57 [<root>] at Zone.runTask (http://dalex.me/node_modules/zone.js/dist/zone.js:166:47) [<root> => <root>] at drainMicroTaskQueue (http://dalex.me/node_modules/zone.js/dist/zone.js:529:35) [<root>] at XMLHttpRequest.ZoneTask.invoke (http://dalex.me/node_modules/zone.js/dist/zone.js:420:25) [<root>]
Could you please take a look at this?