Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release a new version (with bumped graceful-fs dependency) #2810

Closed
ChALkeR opened this issue Feb 13, 2016 · 4 comments
Closed

Release a new version (with bumped graceful-fs dependency) #2810

ChALkeR opened this issue Feb 13, 2016 · 4 comments

Comments

@ChALkeR
Copy link

ChALkeR commented Feb 13, 2016

graceful-fs versions lower than v4 reevaluate native fs module source, which is not supported.
You should update your graceful-fs dependency to v4 or later.

It is already updated in the current master, but no new version has been released yet, so the current version still uses old graceful-fs.

Tracking issue: nodejs/node#5213.

@jbruni
Copy link

jbruni commented Feb 19, 2016

Indeed. It triggers a warning upon npm install less:

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.

@ChALkeR
Copy link
Author

ChALkeR commented Feb 19, 2016

That's because of isaacs/node-graceful-fs#58

@hgwood
Copy link

hgwood commented Jul 11, 2016

Looks like it was done in 2.6.1: https://github.com/less/less.js/blob/v2.6.1/package.json#L40

@ChALkeR
Copy link
Author

ChALkeR commented Jul 11, 2016

@hgwood Thanks!

@ChALkeR ChALkeR closed this as completed Jul 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants