How can we reproduce this bug?
1. Follow the instructions to install the package and create a new SASS project
npm install
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]: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
npm WARN deprecated [email protected]: This version is no longer maintained. Please upgrade to the latest version.
npm WARN deprecated [email protected]: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
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]: Use uuid module instead
npm WARN deprecated [email protected]: This package is discontinued. Use lodash@^4.0.0.
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]: This project is unmaintained
npm WARN deprecated [email protected]: ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130
npm WARN deprecated [email protected]: The major version is no longer supported. Please update to 4.x or newer
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
What did you expect to happen?
Clean install
What happened instead?
Gulp failed on install due to 4.0 not being recognized
Suggested fix
You can either change 4.0 to the actual tag being used by the release, which is v4.0.0 or you could use ^3.8.11 since that's what's in the package.json file for this repo.
Thanks for the suggested fix, it worked :+1:
Duplicate of https://github.com/zurb/foundation-emails/issues/934
this is still happening. Why is this part of the project?
this is still happening. Why is this part of the project?
Gulp is needed for different things.
The Gulp developers deleted the branch and broke install for many packages.
Most helpful comment
Duplicate of https://github.com/zurb/foundation-emails/issues/934