jspm / project

Roadmap and management repo for the jspm project
161 stars 8 forks source link

CDN does not download an existing file #224

Closed damodharanj closed 1 year ago

damodharanj commented 1 year ago

https://ga.system.jspm.io/npm:@jspm/core@2.0.0-beta.27/nodelibs/browser/crypto.js

This URL does not download the file but it exists in the repo / npm

https://github.com/jspm/jspm-core/blob/main/nodelibs/browser/crypto.js

guybedford commented 1 year ago

Thanks, this appears to be a SystemJS specific CDN configuration issue, due to a low timeout as it is a very large file. We're looking into updating the CDN configuration to support bigger files.

guybedford commented 1 year ago

This has been resolved, thank you for reporting the issue!