open-austin / BASTA-tfwa

Web application to help tenants keep track of documentss related to their rental unit
11 stars 9 forks source link

feature: add nvmrc and update readme #171

Closed newswim closed 3 years ago

newswim commented 3 years ago

👋 Hello, new contributor here.

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:

image

Instead of nvm use 14, I could've also said nvm use and it would've been set to the version specified by nvmrc.