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 create with --ignore-engines doesn't ignore engine check #7096

Open
fnky opened this issue Mar 9, 2019 · 3 comments
Open

yarn create with --ignore-engines doesn't ignore engine check #7096

fnky opened this issue Mar 9, 2019 · 3 comments

Comments

@fnky
Copy link

fnky commented Mar 9, 2019

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

Bug

What is the current behavior?

Using --ignore-engines with the yarn create command doesn't ignore the engine check.

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

Run either of the following commands with a globally installed package that doesn't support your current version of node:

yarn --ignore-engines create typescript
yarn create --ignore-engines typescript
yarn create typescript --ignore-engines

Note that different positional arguments doesn't change the outcome.

Try with @google-cloud/functions-emulator@1.0.0-beta.5 which requires Node engine version ~6.

What is the expected behavior?

It should ignore node engine checks when running the yarn create command with --ignore-engines argument.

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

  • Yarn 1.13.0
  • Node v10.15.1 and 8.10.0
@paulmars
Copy link

happening to me as well

@paulmars
Copy link

did yarn config set ignore-engines true for now

@fingerartur
Copy link

In my case yarn build was failing due to engine check, yarn build --ignore-engines did not work, but luckily yarn config set ignore-engines true did.

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

3 participants