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

--ignore-engines is... ignored #638

Closed
jlongster opened this issue Oct 11, 2016 · 1 comment
Closed

--ignore-engines is... ignored #638

jlongster opened this issue Oct 11, 2016 · 1 comment
Assignees
Labels

Comments

@jlongster
Copy link

jlongster commented Oct 11, 2016

Do you want to request a feature or report a bug?

This is a bug!

What is the current behavior?

The --ignore-engines flag does not work. Our project (debugger.html) won't install because of a dependency enforcing node 4, and I'm on node 6. It still doesn't work with --ignore-engines.

% yarn --ignore-engines
yarn install v0.15.1
info No lockfile found.
warning debugger.html@0.0.5: Dependency "net" listed in "devDependencies" is the name of a built-in module
[1/4] 🔍  Resolving packages..
warning babel-plugin-module-alias@1.6.0: WARNING: This project has been renamed to babel-plugin-module-resolver. Install babel-plugin-module-resolver for new features
warning babel@6.5.2: Babel's CLI commands have been moved from the babel package to the babel-cli package
warning mocha-circleci-reporter > mocha > glob > minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
warning mocha-circleci-reporter > mocha > to-iso-string@0.0.2: to-iso-string has been deprecated, use @segment/to-iso-string instead.
warning mocha-circleci-reporter > mocha > jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade
[2/4] 🚚  Fetching packages..
error cosmiconfig@2.0.1: The engine "node" is incompatible with this module. Expected version "4".
error Found incompatible module
info Visit http://yarnpkg.com/en/docs/cli/install for documentation about this command.

If the current behavior is a bug, please provide the steps to reproduce.

git clone git@github.com:devtools-html/debugger.html.git
cd debugger.html
yarn --ignore-engines

What is the expected behavior?

It installs.

Please mention your node.js, yarn and operating system version.

node 6.7.0, yarn 0.15.1, OSX 10.11

@samccone
Copy link
Member

Verified, investigating the patch now. Thanks

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

No branches or pull requests

3 participants