Created
October 17, 2021 08:59
-
-
Save DarrenOfficial/e72884328aedef8fe894e33930a11e13 to your computer and use it in GitHub Desktop.
do install nodejs 16
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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