SystemJS import error, v2.8.0
See original GitHub issueHello, I have encountered the following error while using the updated version of component:
(SystemJS) XHR error (404 Not Found) loading http://localhost:8000/projects/dev/traceur↵
Error: XHR error (404 Not Found) loading http://localhost:8000/projects/dev/traceur↵
at XMLHttpRequest.wrapFn [as _onreadystatechange] (http://localhost:8000/static/node_modules/zone.js/dist/zone.js:1039:29) [<root>]↵
at Zone.runTask (http://localhost:8000/static/node_modules/zone.js/dist/zone.js:151:47) [<root> => <root>]↵
at XMLHttpRequest.ZoneTask.invoke (http://localhost:8000/static/node_modules/zone.js/dist/zone.js:345:33) [<root>]↵
Error loading http://localhost:8000/projects/dev/traceur↵
Unable to load transpiler to transpile http://localhost:8000/static/node_modules/angular2-tree-component/dist/angular2-tree-component.js↵
Error loading http://localhost:8000/static/node_modules/angular2-tree-component/dist/angular2-tree-component.js as "angular2-tree-component" from http://localhost:8000/static/projects/src/app.module.js
Previous version (2.7.0) works perfectly fine.
angular2-tree-component: v2.8.0 @angular: v2.4.4
Issue Analytics
- State:
- Created 7 years ago
- Reactions:2
- Comments:9 (6 by maintainers)
Top Results From Across the Web
systemjs/errors.md at main - GitHub
SystemJS Error #1 occurs when you have a <script type="systemjs-importmap"></script> element in your HTML page that has invalid JSON content (See import ......
Read more >SystemJS error when importing modules into AngularJS
SystemJS error when importing modules into AngularJS - Anonymous System.register calls can only be made by modules loaded by SystemJS.import.
Read more >How to Dynamically Import JavaScript with Import Maps
How to Dynamically Import JavaScript with Import Maps · Step 1 — Creating an HTML Page and Inserting JavaScript · Step 2 —...
Read more >systemjs/systemjs - Gitter
config.js) I am currently trying to use karma to test code that imports files contained in this bundle. I'm using a karma-test-shim to...
Read more >Upgrading from AngularJS to Angular
Using a module loader such as SystemJS, Webpack, or Browserify allows us to use the built-in module systems of TypeScript or ES2015. You...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
cef0aad (2.8.1) is now working with the following
map
for SystemJS, no entry inpackages
required. I would consider this closed. Thanks @adamkleingit!No problem. I’m not using SystemJS myself. Is there anything I can do to make it clearer on how to use it with SystemJS or make it easier to use?
–
On Thu, Feb 16, 2017 at 9:28 AM, Jude Quinn notifications@github.com wrote: