We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Problem: Latest release of v8-to-istanbul - 1.2.1, declares engine requirement which causes yarn install to fail.
yarn install
Temporary solution: Use yarn install --ignore-engines.
yarn install --ignore-engines
Expected solution: There must be a way to allow yarn install to pass under such cases. Not all infrastructure can readily support node > v0.10.x
node > v0.10.x
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem:
Latest release of v8-to-istanbul - 1.2.1, declares engine requirement which causes
yarn install
to fail.Temporary solution:
Use
yarn install --ignore-engines
.Expected solution:
There must be a way to allow
yarn install
to pass under such cases. Not all infrastructure can readily supportnode > v0.10.x
The text was updated successfully, but these errors were encountered: