node -vIf it is already on version 16.17.0, skip this stage and proceed to the next step. If not, click this link ----> https://hackernoon.com/best-way-to-install-node-and-keep-it-up-to-date
git clone https://github.com/Hyperoid29/Dissertation---Chess-Trainer-.git
cd Dissertation---Chess-Trainer-
.code
code .npm install # using npm
or
yarn install # using yarnSKIP_PREFLIGHT_CHECK=trueClick save and proceed to the next step.
npm install --force npm start # using npm
or
yarn run start # using yarn
npm start * Go to this website "https://github.com/coreybutler/nvm-windows/releases"
* Install "nvm-setup.exe"
* Run setup
* After running the program, type "nvm list" on command line (This should display the current nodeJS version)
* Type "nvm install 16.17.0" and press enter
* Type "nvm use 16.17.0"
You should now be running nodeJS on version 16.17.0 