[SOLVED] Node version - local server

hi. just tried to install the server locally (starting from https://github.com/MoralisWeb3/Moralis-JS-SDK/tree/main/demos/parse-server-migration), but I got this error during “yarn install”:

error [email protected]: The engine “node” is incompatible with this module. Expected version “>=12.22.10 <17”. Got “18.9.0”

any suggestion in order to avoid downgrading my local node version? thx

can you install a node version separately in a folder?

in the end I just used nvm to install an older version of node (16.8.0) and to easily change from one version to another

1 Like