From 864747c91265aadf3ee69d5d989567a628d29fc1 Mon Sep 17 00:00:00 2001 From: LeeWannacott Date: Fri, 26 May 2023 01:27:57 +1200 Subject: [PATCH] Added comment about using node version 16. --- public/docs/development.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/docs/development.html b/public/docs/development.html index 1020998..2abf4bb 100644 --- a/public/docs/development.html +++ b/public/docs/development.html @@ -100,6 +100,10 @@

How to contribute to table-sort-js:

  • Run table-sort-js with the command: npm run start
  • +
  • + note: table-sort-js currently uses node version 16; I would + recommend using node version manager (nvm) and running the command nvm 16 to select node version 16. +
  • Testing table-sort-js: npm run test (currently uses Jest and Jsdom. test/table.test.js is where you can write tests