Skip to content
New issue

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

yarn install --ignore-engines not working #972

Closed
Shyam-Chen opened this issue Oct 13, 2016 · 7 comments
Closed

yarn install --ignore-engines not working #972

Shyam-Chen opened this issue Oct 13, 2016 · 7 comments

Comments

@Shyam-Chen
Copy link

Shyam-Chen commented Oct 13, 2016

$ yarn install
yarn install v0.15.1
info No lockfile found.
[1/4] Resolving packages...
warning gulp > vinyl-fs > glob-stream > minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
warning browser-sync > localtunnel > request > tough-cookie@2.2.2: ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130
warning imagemin-pngquant > exec-buffer > execa > cross-spawn-async@2.2.4: cross-spawn no longer requires a build toolchain, use it instead!
warning gulp > vinyl-fs > glob-watcher > gaze > globule > minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
warning gulp > vinyl-fs > glob-watcher > gaze > globule > glob > graceful-fs@1.2.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
[2/4] Fetching packages...
████████████████████████████████████████
error gulp-pug-linter@0.4.0: The engine "node" is incompatible with this module. Expected version "5.*".
error Found incompatible module
info Visit http://yarnpkg.com/en/docs/cli/install for documentation about this command.

$ yarn install --ignore-engines
# ibid

OS: Windows 10
Node: v6.5.0

@idan
Copy link

idan commented Oct 13, 2016

Duplicate of #638, solved in #647, not yet shipped.

@krzysztofantczak
Copy link

Any ETA on releasing this feature? It's kind of deal breaker for aaaa lot of deps (in my case, punycode under debowerify).

@cpojer cpojer closed this as completed Oct 14, 2016
@tucq88
Copy link

tucq88 commented Oct 20, 2016

lol yarn install --ignore-engines works in my case

@cpojer
Copy link
Contributor

cpojer commented Oct 20, 2016

this was shipped in 0.16.

@hulkish
Copy link
Contributor

hulkish commented Oct 26, 2016

this issue is still present, im unable to get --ignore-engines to work

@samccone
Copy link
Member

@hulkish what version of yarn are you on? what command are you running?

@hulkish
Copy link
Contributor

hulkish commented Oct 26, 2016

@samccone im using yarn@0.16.1, and im running this:
yarn install --ignore-engines

it fails on my dependency angular-ui-router@1.0.0-beta.3, as mentioned here: angular-ui/ui-router#3086

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants