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
Node currently listed at "node": ">=8.5.0", let's try LTS and if that works update that number to the current LTS number, as well as adding a .nvmrc file in the project root. Let's update CONTRIBUTING.md while we're in there to specify usage of nvm use.
Yarn version can also go under engines in package.json, if the latest version works, let's chuck that in there.
The text was updated successfully, but these errors were encountered:
Node currently listed at
"node": ">=8.5.0"
, let's try LTS and if that works update that number to the current LTS number, as well as adding a.nvmrc
file in the project root. Let's update CONTRIBUTING.md while we're in there to specify usage ofnvm use
.Yarn version can also go under
engines
inpackage.json
, if the latest version works, let's chuck that in there.The text was updated successfully, but these errors were encountered: