dougludlow / aspnetcore1-angular2-jspm

ASP.NET 5/Core1 Angular2 JSPM Demo
https://royaljay.com/development/angular2-tutorial/
7 stars 0 forks source link

404 (Not Found) #2

Open patelmaulik opened 8 years ago

patelmaulik commented 8 years ago

Hey Doug,

Many Thanks for your perseverance..

Following your suggestion (of clearing cache), I have tried again.

Still getting these issues:

system.src.js:4935 GET http://localhost:5000/.js 404 (Not Found)

Uncaught (in promise) Error: Error: XHR error (404 Not Found) loading http://localhost:5000/.js(…)

tried clearing cache in npm and jspm both.. still no luck.

Strange thing is that, I have done the same set-up on another laptop (windows 10 with no visual studio) and it works fine there ..

dougludlow commented 8 years ago

@patelmaulik after clearing the cache did you reinstall the packages? I'd recommend deleting your local node_modules and jspm_packages folders, prior to reinstall.

npm cache clean
jspm cache-clear

(delete project's node_modules and jspm_packages)

npm install
jspm install
dougludlow commented 8 years ago

Referencing https://github.com/systemjs/systemjs/issues/1122.

dougludlow commented 8 years ago

@patelmaulik any updates?

patelmaulik commented 8 years ago

image

Sorry for the delayed response, I have done what you suggested. Still getting those errors..