-
Notifications
You must be signed in to change notification settings - Fork 133
Unable to Load node_modules//ng2-bs3-modal/ng2-bs3-modal.js #232
Comments
"dependencies": { |
systemjs.config.js
})(this); |
I have also this same problem when trying to integrate angular 2 with web api visual studio 2017 error in browser console isError: (SystemJS) Unexpected token < Please help me |
I am facing the same issue i.e. traceur not found with angular 2. |
That is an error message I used to get a lot when using SystemJS. What usually helps in that case is to delete your node_modules folder and installing your dependencies again. I noticed the cause of this was usually when I was testing Ahead of Time compilation while having the Just in Time version running. |
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:62838/traceur.js
zone.js:388 Error: (SystemJS) XHR error (404 Not Found) loading http://localhost:62838/traceur.js
Error: XHR error (404 Not Found) loading http://localhost:62838/traceur.js
at XMLHttpRequest.wrapFn (http://localhost:62838/node_modules/zone.js/dist/zone.js:1166:39)
at ZoneDelegate.invokeTask (http://localhost:62838/node_modules/zone.js/dist/zone.js:421:31)
at Zone.runTask (http://localhost:62838/node_modules/zone.js/dist/zone.js:188:47)
at ZoneTask.invokeTask [as invoke] (http://localhost:62838/node_modules/zone.js/dist/zone.js:496:34)
at invokeTask (http://localhost:62838/node_modules/zone.js/dist/zone.js:1517:14)
at XMLHttpRequest.globalZoneAwareCallback (http://localhost:62838/node_modules/zone.js/dist/zone.js:1543:17)
Error loading http://localhost:62838/traceur.js
Unable to load transpiler to transpile http://localhost:62838/node_modules/ng2-bs3-modal/ng2-bs3-modal.js
Error loading http://localhost:62838/node_modules/ng2-bs3-modal/ng2-bs3-modal.js as "ng2-bs3-modal" from http://localhost:62838/app/app.module.js
at XMLHttpRequest.wrapFn (http://localhost:62838/node_modules/zone.js/dist/zone.js:1166:39)
at ZoneDelegate.invokeTask (http://localhost:62838/node_modules/zone.js/dist/zone.js:421:31)
at Zone.runTask (http://localhost:62838/node_modules/zone.js/dist/zone.js:188:47)
at ZoneTask.invokeTask [as invoke] (http://localhost:62838/node_modules/zone.js/dist/zone.js:496:34)
at invokeTask (http://localhost:62838/node_modules/zone.js/dist/zone.js:1517:14)
at XMLHttpRequest.globalZoneAwareCallback (http://localhost:62838/node_modules/zone.js/dist/zone.js:1543:17)
Error loading http://localhost:62838/traceur.js
Unable to load transpiler to transpile http://localhost:62838/node_modules/ng2-bs3-modal/ng2-bs3-modal.js
Error loading http://localhost:62838/node_modules/ng2-bs3-modal/ng2-bs3-modal.js as "ng2-bs3-modal" from http://localhost:62838/app/app.module.js
The text was updated successfully, but these errors were encountered: