Closed bradgarropy closed 5 months ago
This PR adds an nvm configuration to easily switch to the proper node version for running the project. Running the following command automatically switches to the right node version.
nvm
node
nvm use
This PR adds an
nvm
configuration to easily switch to the propernode
version for running the project. Running the following command automatically switches to the rightnode
version.