You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed material2 components using package.json file.
Now whenever I try to build using systemjs, I received below errors:
Error: ENOENT: no such file or directory, open 'node_modules@angular2-material\core\rtl\usr/local/google/home/jelbourn/material2/tmp/broccoli_type_script_compiler-input_base_path-IydvmmBU.tmp/0/components/input/input.js.map'
When I opened the input file.js in node_modules@angular2-material\input I found the below line at the end of the file.
I have installed material2 components using package.json file.
Now whenever I try to build using systemjs, I received below errors:
Error: ENOENT: no such file or directory, open 'node_modules@angular2-material\core\rtl\usr/local/google/home/jelbourn/material2/tmp/broccoli_type_script_compiler-input_base_path-IydvmmBU.tmp/0/components/input/input.js.map'
When I opened the input file.js in node_modules@angular2-material\input I found the below line at the end of the file.
//# sourceMappingURL=/usr/local/google/home/jelbourn/material2/tmp/broccoli_type_script_compiler-input_base_path-IydvmmBU.tmp/0/components/input/input.js.map
it seems that the sourceMappingURL provided in js files of all components is incorrect.
Can anyone please guide?
The text was updated successfully, but these errors were encountered: