PunchRVA / starterfiles

A set of starter files for web projects. A never-ending work in progress.
1 stars 0 forks source link

Update deprecated npm packages as able #29

Open Chris-May opened 8 years ago

Chris-May commented 8 years ago

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 commented 8 years ago

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

npm install gulp-sass --save-dev
npm WARN deprecated cross-spawn-async@2.2.4: cross-spawn no longer requires a build toolchain, use it instead!

Will be good to trace it down.

Chris-May commented 8 years ago

Also node-sass.

npm install node-sass
npm WARN deprecated cross-spawn-async@2.2.4: cross-spawn no longer requires a build toolchain, use it instead!