jspm / npm

NPM Location Service
19 stars 34 forks source link

Timing out when trying to access a module on npm.jspm.io #128

Closed cheapsteak closed 8 years ago

cheapsteak commented 8 years ago

Hopefully this is the right place

https://npm.jspm.io/sass.js@0.9/dist/sass.js

^ Hitting this address will currently result in the browser doing nothing for a very long time then timing out

Steps to reproduce is trying to use jspm to map scss files using theefer/plugin-sass

'scss': 'github:theefer/plugin-sass',

This will trigger a series of network requests that result in a timeout upon hitting the sass.js on npm.jspm.io

image

Can reproduce here http://plnkr.co/edit/dYcW8DsDF0GyT0SLef45

guybedford commented 8 years ago

Thanks for reporting, yes some packages do time out when processing on the CDN. Fixing this specific timeout is going to be difficult to prioritise as the next thing to work on is upgrading the CDN to the 0.17 version of jspm, which should then naturally resolve this anyway.