Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Error when installing gulp #12631

Closed
haider885 opened this issue May 9, 2016 · 7 comments
Closed

Error when installing gulp #12631

haider885 opened this issue May 9, 2016 · 7 comments
Labels

Comments

@haider885
Copy link

haider885 commented May 9, 2016

npm WARN deprecated [email protected]: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
npm WARN deprecated [email protected]: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0.
npm WARN deprecated [email protected]: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.

gulp error

@kenany
Copy link
Contributor

kenany commented May 9, 2016

@haider885 Doesn't actually look like an error, just that some of your dependencies are using a deprecated version of graceful-fs. You can find these modules with npm ls graceful-fs, as the deprecation message already states.

@haider885
Copy link
Author

So, What should I do next?
"npm ls graceful-fs" shows some kind of tree. But I don't know what to do?

Here is the Output:

├─┬ [email protected]
│ ├─┬ [email protected]
│ │ └─┬ [email protected]
│ │ └─┬ [email protected]
│ │ └─┬ [email protected]
│ │ └─┬ [email protected]
│ │ ├─┬ [email protected]
│ │ │ └── [email protected]
│ │ └─┬ [email protected]
│ │ └── [email protected]
│ └─┬ [email protected]
│ ├─┬ [email protected]
│ │ └─┬ [email protected]
│ │ └─┬ [email protected]
│ │ └─┬ [email protected]
│ │ └── [email protected]
│ └── [email protected]
└─┬ [email protected]
├─┬ [email protected]
│ ├─┬ [email protected]
│ │ └─┬ [email protected]
│ │ └── [email protected]
│ ├─┬ [email protected]
│ │ └── [email protected]
│ └─┬ [email protected]
│ ├─┬ [email protected]
│ │ └─┬ [email protected]
│ │ └── [email protected]
│ └─┬ [email protected]
│ └─┬ [email protected]
│ ├─┬ [email protected]
│ │ └── [email protected]
│ └─┬ [email protected]
│ └── [email protected]
├─┬ [email protected]
│ ├─┬ [email protected]
│ │ └─┬ [email protected]
│ │ └── [email protected]
│ └─┬ [email protected]
│ └── [email protected]
├─┬ [email protected]
│ └─┬ [email protected]
│ └── [email protected]
├─┬ [email protected]
│ └─┬ [email protected]
│ ├─┬ [email protected]
│ │ └─┬ [email protected]
│ │ └─┬ [email protected]
│ │ ├─┬ [email protected]
│ │ │ └── [email protected]
│ │ └─┬ [email protected]
│ │ └── [email protected]
│ └─┬ [email protected]
│ └── [email protected]
├─┬ [email protected]
│ └── [email protected]
├─┬ [email protected]
│ └─┬ [email protected]
│ └─┬ [email protected]
│ └─┬ [email protected]
│ └─┬ [email protected]
│ ├─┬ [email protected]
│ │ └── [email protected]
│ └─┬ [email protected]
│ └── [email protected]
├─┬ [email protected]
│ ├─┬ [email protected]
│ │ └─┬ [email protected]
│ │ └── [email protected]
│ └─┬ [email protected]
│ └── [email protected]
└─┬ [email protected]
└─┬ [email protected]
└─┬ [email protected]
└── [email protected]

@haider885
Copy link
Author

But the good thing is that, gulp is running now.

@kenany
Copy link
Contributor

kenany commented May 9, 2016

@haider885 Ask the authors of those modules to update to a version of graceful-fs that is not deprecated.

@othiym23
Copy link
Contributor

othiym23 commented May 9, 2016

Closing as resolved – this is only a warning for now, but by Node.js 7, older versions of graceful-fs will stop working (you'll need a newish npm by then as well). @kenany is correct that these issues should be raised with the maintainers of the affected packages.

@othiym23 othiym23 closed this as completed May 9, 2016
@cliffhall
Copy link

For anyone else running into this and wondering what, if anything, to do about it:

gulpjs/gulp#1571
"We are aware of the graceful-fs deprecation warning upon install of gulp 3.x.

This is due to:

  1. our graceful-fs devDependency
  2. the vinyl-fs dependency

Both of which we are unable to upgrade due to API breaking changes.

There is nothing wrong with the dependency, especially since it is only used in development. We will be updating or removing it in gulp 4 and the message will go away.

Please do not open issues about this topic.
Thank you,
-The gulp team"

@LAOMUSIC
Copy link

LAOMUSIC commented Jul 28, 2016

I have:
sudo npm install gulp
npm WARN deprecated [email protected]: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0.
npm WARN deprecated [email protected]: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.

But for every:
laomusics-mbp% npm update -g [email protected]
laomusics-mbp% npm update -g [email protected]
laomusics-mbp% npm update -g [email protected]
laomusics-mbp% npm update -g [email protected]
I receive:
info using node@447

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

5 participants