Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not load javascript system.js on Loading Extension to chrome #622

Open
MAK11 opened this issue Nov 2, 2015 · 2 comments
Open

Could not load javascript system.js on Loading Extension to chrome #622

MAK11 opened this issue Nov 2, 2015 · 2 comments

Comments

@MAK11
Copy link

MAK11 commented Nov 2, 2015

Hi,

I followed all the steps/instructions mentioned in "README" to compile and build the extension and it succeeded without any error.
But while loading unpacked extension from folder "C:\MyDir\StreamusChromeExtension\compiled" into chrome i got an error "Could not load javascript 'js/lib/jspm_packages/system.js' for content script."
streamus

Could you please let me know if i am doing anything wrong or any steps i have missed out.

@kenfdev
Copy link

kenfdev commented Nov 5, 2015

Hi @MAK11,

I don't know if this would help but when I got that error message, I haven't installed the jspm properly.
make sure you ran jspm install and installed the jspm-packages. After that, grunt compile again and I was able to run the application.
Hope this helps.

@morishin
Copy link

morishin commented Apr 6, 2016

I got that error too. I tried the following steps and avoided error.

npm install -g jspm
jspm install
grunt compile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants