Skip to content

Commit

Permalink
Merge pull request #555 from simonzheng/simonzheng-20240106/update-re…
Browse files Browse the repository at this point in the history
…adme-with-node-version

Updated README to specify node v16 is required since node v21 had a number of errors
  • Loading branch information
MrOrz authored Jan 7, 2024
2 parents 53690ec + e5cbbe9 commit 5dc43ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ For production via [rumors-deploy](http://github.com/cofacts/rumors-deploy), do

## Development

This project uses NodeJS 16+.
This project uses NodeJS 16. Use a node version manager like `nvm` to install version 16 (ex. `nvm install 16`)

``` bash
$ npm install
Expand Down

0 comments on commit 5dc43ee

Please sign in to comment.