buddhike / gulp-jspm-build

Gulp plugin for jspm.
22 stars 9 forks source link

Importing any plugin installed by jspm gives an error #20

Closed Krizz closed 8 years ago

Krizz commented 8 years ago

For example:

events.js:154 throw er; // Unhandled 'error' event ^

Error on fetch for github:cujojs/when@3.7.7 at github:cujojs/when@3.7.7 Loading lib/app.js Error: Unable to fetch "github:cujojs/when@3.7.7". Only file URLs of the form file:/// allowed running in Node.

Krizz commented 8 years ago

Nevermind, after clean installing jspm if fixed itself.