electron-angular2 icon indicating copy to clipboard operation
electron-angular2 copied to clipboard

Failed to load resources

Open jnhghy opened this issue 8 years ago • 1 comments

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.

jnhghy avatar Apr 11 '16 20:04 jnhghy

Interesting. Let me take a look and get back to you!

bsanth avatar Apr 12 '16 23:04 bsanth