We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 running npm install I came across these deprecation warnings. Let's clean them up.
npm install
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
The text was updated successfully, but these errors were encountered:
Looks like latest gulp-sass has a dependency that is spawning a warning.
gulp-sass
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.
Sorry, something went wrong.
Also node-sass.
node-sass
npm install node-sass npm WARN deprecated [email protected]: cross-spawn no longer requires a build toolchain, use it instead!
Migrating to gulp-clean-css to remove warning. #29
gulp-clean-css
d8ba6df
`npm WARN deprecated [email protected]: Please use gulp-clean-css`
No branches or pull requests
When running
npm install
I came across these deprecation warnings. Let's clean them up.The text was updated successfully, but these errors were encountered: