MeoMix / StreamusChromeExtension

A YouTube video player as a Google Chrome extension

Home Page:http://streamus.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

MAK11 opened this issue · comments

commented

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.

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.

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

npm install -g jspm
jspm install
grunt compile