You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to follow the instructions for initial Dapple setup, I ran into the following terminal error:
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.
The text was updated successfully, but these errors were encountered:
When trying to follow the instructions for initial Dapple setup, I ran into the following terminal error:
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.The text was updated successfully, but these errors were encountered: