Foundation-emails: gulp 4.0 version tag is incorrect for SASS package

Created on 4 Apr 2019  路  4Comments  路  Source: foundation/foundation-emails

How can we reproduce this bug?

1. Follow the instructions to install the package and create a new SASS project

  1. Navigate to the new project in your terminal
  1. npm install or sudo npm install if needed
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.

Most helpful comment

All 4 comments

Thanks for the suggested fix, it worked :+1:

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

cossssmin picture cossssmin  路  5Comments

lspoor picture lspoor  路  5Comments

joshvito picture joshvito  路  5Comments

dnglr picture dnglr  路  5Comments

seansmyth picture seansmyth  路  5Comments