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

Not able to install via 'yarn install' #1604

Open
DonavanMartin opened this issue Jan 3, 2022 · 1 comment
Open

Not able to install via 'yarn install' #1604

DonavanMartin opened this issue Jan 3, 2022 · 1 comment

Comments

@DonavanMartin
Copy link

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/persona-service@1.7.1: 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?

@LukasWalterAceArt
Copy link

LukasWalterAceArt commented Jan 20, 2022

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

Enter the directory and install the requirements:

npm_config_build_from_source=true yarn install --ignore-engines

More information in the learninglocker documentation: https://docs.learninglocker.net/guides-custom-installation/

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

No branches or pull requests

2 participants