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

When installing I get warning about some deprecated packages #1

Open
StefH opened this issue Jun 14, 2016 · 1 comment
Open

When installing I get warning about some deprecated packages #1

StefH opened this issue Jun 14, 2016 · 1 comment

Comments

@StefH
Copy link

StefH commented Jun 14, 2016

npm WARN deprecated gulp-minify-css@1.2.0: Please use gulp-clean-css npm WARN deprecated graceful-fs@3.0.8: graceful-fs v3.0.0 and before will fail o n 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 optional dep failed, continuing fsevents@1.0.12 npm WARN optional dep failed, continuing fsevents@1.0.12 npm WARN deprecated lodash@1.0.2: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0. npm WARN deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 and before will fail o n 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.

@implico
Copy link
Owner

implico commented Jun 14, 2016

Hi @StefH, thanks for the info. Briefly:

  • graceful-fs: will be fixed after replacing gulp-add-src with streamqueue (todo)
  • gulp-minify-css: fixed, redundant dependency, will be published on next release
  • lodash: submited issue on gaze site, should be fixed shortly by them
  • fsevents: it is not really a fail, it is intended to use under Mac systems by some package, so if it is not applicable then produces such message

Anyway, this version is fully functional and stable.

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

No branches or pull requests

2 participants