Lately I have been experiencing that an jspm install more often then not results in a status 500 being returned by the server whenever @angular packages are being downloaded via NPM. I have tried everything:
- Authenticate npm
- try new registries
- checked the npm status page
However, none of these could give me any clue why the angular packages sometimes fail, sometimes it's the one, next time it's the other... but always @angular packages... are these perhaps hosted on a google server that is behaving odd? Things seem to be OK before june 9...
JSPM doesn't seem to have a verbose mode, so its guessing if the server exposed some more information as to why it fails...
Also, not sure if this is the correct forum for this since it's the infrastructure for programming and not exactly programming questions...
Kind regards