Skip to content

Update deprecated npm packages as able #29

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

Open
Chris-May opened this issue Mar 29, 2016 · 2 comments
Open

Update deprecated npm packages as able #29

Chris-May opened this issue Mar 29, 2016 · 2 comments
Milestone

Comments

@Chris-May
Copy link
Member

When running npm install I came across these deprecation warnings. Let's clean them up.

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.
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 version 3 and before will fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as possible.
npm WARN deprecated gulp-minify-css@1.2.4: Please use gulp-clean-css
npm WARN deprecated npmconf@2.1.2: this package has been reintegrated into npm and is now out of date with respect to npm
@Chris-May Chris-May added this to the 2016-Q2 milestone Mar 29, 2016
@Chris-May
Copy link
Member Author

Looks like latest gulp-sass has a dependency that is spawning a warning.

npm install gulp-sass --save-dev
npm WARN deprecated [email protected]: cross-spawn no longer requires a build toolchain, use it instead!

Will be good to trace it down.

@Chris-May
Copy link
Member Author

Also node-sass.

npm install node-sass
npm WARN deprecated [email protected]: cross-spawn no longer requires a build toolchain, use it instead!

Chris-May pushed a commit that referenced this issue May 18, 2016
`npm WARN deprecated [email protected]: Please use gulp-clean-css`
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

1 participant