yarn install --ignore-engines not working

Created on 13 Oct 2016  路  7Comments  路  Source: yarnpkg/yarn

$ yarn install
yarn install v0.15.1
info No lockfile found.
[1/4] Resolving packages...
warning gulp > vinyl-fs > glob-stream > [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
warning browser-sync > localtunnel > request > [email protected]: ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130
warning imagemin-pngquant > exec-buffer > execa > [email protected]: cross-spawn no longer requires a build toolchain, use it instead!
warning gulp > vinyl-fs > glob-watcher > gaze > globule > [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
warning gulp > vinyl-fs > glob-watcher > gaze > globule > glob > [email protected]: 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 [email protected]: 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

Most helpful comment

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

All 7 comments

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

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

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

this was shipped in 0.16.

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

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

@samccone im using [email protected], and im running this:
yarn install --ignore-engines

it fails on my dependency [email protected], as mentioned here: https://github.com/angular-ui/ui-router/issues/3086

Was this page helpful?
0 / 5 - 0 ratings