Skip to content

Instantly share code, notes, and snippets.

@DarrenOfficial
Created October 17, 2021 08:59
Show Gist options
  • Save DarrenOfficial/e72884328aedef8fe894e33930a11e13 to your computer and use it in GitHub Desktop.
Save DarrenOfficial/e72884328aedef8fe894e33930a11e13 to your computer and use it in GitHub Desktop.
do install nodejs 16
echo Downloading NodeJS 16
npm init -y && npm i --save-dev node@16 && npm config set prefix=$(pwd)/node_modules/node && export PATH=$(pwd)/node_modules/node/bin:$PATH
npm i
npm run start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment