Closed
Description
Bug description
IN your package json you have fired
"engines": { "node": "19.0.1" },
I use --ignore-engines
and it works with node 18
Steps to reproduce
- yarn install
Relevant log output
warning [email protected]: The engine "vscode" appears to be invalid.
error [email protected]: The engine "node" is incompatible with this module. Expected version "19.0.1". Got "18.6.0"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
Additional context
No response
Code of Conduct
- I agree to follow this project's Code of Conduct