This PR adds an nvmrc file to the portal-app folder and a line in package.json so that users see an error if they're not using the correct version of node.
I anticipate that some people might run into this error unexpectedly if they're not accustomed to using nvm, so we probably want to try to socialize this practice a bit more.
Here's a screenshot of the warning:
Instead of nvm use 14, I could've also said nvm use and it would've been set to the version specified by nvmrc.
👋 Hello, new contributor here.
This PR adds an
nvmrc
file to theportal-app
folder and a line inpackage.json
so that users see an error if they're not using the correct version of node.I anticipate that some people might run into this error unexpectedly if they're not accustomed to using
nvm
, so we probably want to try to socialize this practice a bit more.Here's a screenshot of the warning:
Instead of
nvm use 14
, I could've also saidnvm use
and it would've been set to the version specified bynvmrc
.