Foundation-emails: Error "npm WARN deprecated"

Created on 18 Nov 2018  路  9Comments  路  Source: foundation/foundation-emails

Npm doens't install anything because too many depecated packs

npm WARN deprecated [email protected]: 馃檶  Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update!
npm WARN deprecated [email protected]: Use UnCSS through gulp-postcss instead.
npm WARN deprecated [email protected]: All versions below 4.0.1 of Nodemailer are deprecated. See https://nodemailer.com/status/
npm WARN deprecated [email protected]: the module is now available as 'css-select'
npm WARN deprecated [email protected]: This package is discontinued. Use lodash@^4.0.0.
npm WARN deprecated [email protected]: Use uuid module instead
npm WARN deprecated [email protected]: This project is unmaintained
npm WARN deprecated [email protected]: the module is now available as 'css-what'
npm WARN deprecated [email protected]: The major version is no longer supported. Please update to 4.x or newer
npm WARN deprecated [email protected]: This project is unmaintained
npm WARN deprecated [email protected]: ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130
npm WARN deprecated [email protected]: This version is no longer maintained. Please upgrade to the latest version.
npm WARN deprecated [email protected]: This version is no longer maintained. Please upgrade to the latest version.
npm WARN deprecated [email protected]: This version is no longer maintained. Please upgrade to the latest version.
npm ERR! code 1
npm ERR! Command failed: /usr/bin/git checkout 4.0
npm ERR! error: pathspec '4.0' did not match any file(s) known to git.
npm ERR!

npm ERR! A complete log of this run can be found in:
npm ERR!     `/Users/guyytzhak/.npm/_logs/2018-11-18T16_35_02_619Z-debug.log

this is hapening after used foundation cli to create new email project

How can i fix this?

Most helpful comment

Hello @guytzhak I have changed in package.json file the gulp devDependencies to "gulp": "latest" and works.

All 9 comments

@guytzhak Try change gulp version to "gulp": "^4.0.0" in package.json.

@parph Itried and found It's not help.

Hello @guytzhak I have changed in package.json file the gulp devDependencies to "gulp": "latest" and works.

The issue comes from a tag that was deleted by the Gulp devs (not from the warnings).

Please change your package.json and test again.

I guess we can close this issue.

not work :(

@LuIs-Dxd please provide your full console output and the steps that you have taken.

Hello @guytzhak I have changed in package.json file the gulp devDependencies to "gulp": "latest" and works.

This worked for me as well.

This worked for me as well.

Please use ^4.0.0.

Please use ^4.0.0.

@DanielRuf That works as well, thank you.

Was this page helpful?
0 / 5 - 0 ratings