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

Node versioning prevents initial setup #10

Open
Adamik10 opened this issue Apr 2, 2024 · 0 comments
Open

Node versioning prevents initial setup #10

Adamik10 opened this issue Apr 2, 2024 · 0 comments

Comments

@Adamik10
Copy link

Adamik10 commented Apr 2, 2024

When trying to follow the instructions for initial Dapple setup, I ran into the following terminal error:

image
image

For [react:install] we get a The engine "node" is incompatible with this module. Expected version ">=18.12.0". Got "16.14.2"

This is likely because we use different node versions between the three repositories and utilize a tool that looks for . nvmrc files. This tool switches to the node version specified in this file upon entering a folder containing the file. There could be a problem with this as our init task for Dapple doesn't actually enter any of the repositories, and thus doesn't update the node version.

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

No branches or pull requests

1 participant