Skip to content

Commit

Permalink
Added comment about using node version 16.
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeWannacott committed May 25, 2023
1 parent 02630fe commit 864747c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/docs/development.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ <h3>How to contribute to table-sort-js:</h3>
<li class="bullet-point">
Run table-sort-js with the command: <b>npm run start</b>
</li>
<li class="bullet-point">
note: table-sort-js currently uses node version 16; I would
recommend using node version manager (nvm) and running the command <b>nvm 16</b> to select node version 16.
</li>
<li class="bullet-point">
Testing table-sort-js: <b>npm run test</b> (currently uses Jest
and Jsdom. <b>test/table.test.js</b> is where you can write tests
Expand Down

0 comments on commit 864747c

Please sign in to comment.