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

New node version incompatible with frontend installation #521

Open
mimithecoconut opened this issue Aug 1, 2023 · 0 comments
Open

New node version incompatible with frontend installation #521

mimithecoconut opened this issue Aug 1, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@mimithecoconut
Copy link

Currently the installation depends on node v16. So when the frontend installation is done with newer version of node, there will be an error when running yarn. We can see an example of a snapshot of the error message generated:
image

The current quickest solution is to use nvm and change to any node v16 with npm install <node version> and then npm use <node version>. For the future, a possible improvement is to ensure installation is extended for newer node versions.

@mimithecoconut mimithecoconut added the enhancement New feature or request label Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant