jspm / npm

NPM Location Service
19 stars 34 forks source link

Stalling issue #23

Closed guybedford closed 9 years ago

guybedford commented 9 years ago

When installing npm:leaflet the build hook seems to stall for some reason.

I've traced this down to this line not returning - https://github.com/jspm/npm/blob/master/npm.js#L318.

This makes me think it is a graceful-fs issue, but it would require isolating the use of graceful-fs through the projects as graceful-fs mutates the fs module.

guybedford commented 9 years ago

Issue diagnosed in https://github.com/jspm/jspm-cli/issues/289#issuecomment-67341751.