jspm / npm

NPM Location Service
19 stars 34 forks source link

Upgrade graceful-fs to 4.x #132

Closed ppitonak closed 8 years ago

ppitonak commented 8 years ago

When running npm install, console log shows this warning:

npm WARN deprecated graceful-fs@3.0.8: graceful-fs version 3 and before will fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as possible.
guybedford commented 8 years ago

We've upgraded to graceful-fs 4 so it sounds like this is entirely due to https://github.com/jspm/npm/issues/114. Note that the graceful-fs deprecation is a very slow deprecation, so there's nothing to worry about for at least a few months. The fix will be in soon.

guybedford commented 8 years ago

Yes, this needs to be done on the jspm 0.16 branch.