electron-angular2
electron-angular2 copied to clipboard
Failed to load resources
Hi, I'm trying to run this repository and I'm hitting some errors, I'm just starting with electron and js so this might be basic stuff. What I did: I git cloned the repository, changed directory to the new created electron-angular2 folder then I've run "npm install". Everything went throw ok with only one deprecated warning, then I tried running "electron .". This last command started the app but the devTools are showing 4 errors:
file:/// ... electron-angular2/node_modules/angular2/node_modules/traceur/bin/traceur-runtime.js Failed to load resource: net::ERR_FILE_NOT_FOUND
file:/// ... electron-angular2/node_modules/angular2/node_modules/zone.js/dist/zone.js Failed to load resource: net::ERR_FILE_NOT_FOUND
file:/// ... electron-angular2/dist/browser/main.js Failed to load resource: net::ERR_FILE_NOT_FOUND
Uncaught (in promise) Error: XHR error loading file:///...electron-angular2/dist/browser/main.js(…)
And obvious angular doesn't kick in and I get only the default "Loading..." text on the app.
Any help is highly appreciated! if I need to provide any other info please let me know.
Thank you.
Interesting. Let me take a look and get back to you!