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
npm -v : 8.3.0 node -v: v17.3.0 yarn -v: 1.22.17
yarn install
error @learninglocker/[email protected]: The engine "node" is incompatible with this module. Expected version "6 - 8". Got "17.3.0"
Installing with 'yarn install' works.
The text was updated successfully, but these errors were encountered:
We are currently targeting builds on Node 10.*
Try downgrading your node version to 10.* and install with npm_config_build_from_source=true yarn install --ignore-engines
npm_config_build_from_source=true yarn install --ignore-engines
Enter the directory and install the requirements: npm_config_build_from_source=true yarn install --ignore-engines
Enter the directory and install the requirements:
More information in the learninglocker documentation: https://docs.learninglocker.net/guides-custom-installation/
Sorry, something went wrong.
No branches or pull requests
What version were you using?
npm -v : 8.3.0
node -v: v17.3.0
yarn -v: 1.22.17
What steps can we follow to reproduce the behaviour?
yarn install
What is the actual behaviour?
error @learninglocker/[email protected]: The engine "node" is incompatible with this module. Expected version "6 - 8". Got "17.3.0"
What is the expected behavior?
Installing with 'yarn install' works.
Is there any additional information that will help us replicate/understand the problem?
The text was updated successfully, but these errors were encountered: