Created
October 19, 2021 04:49
-
-
Save DarrenOfficial/59d1f7085c409d2c9f4e09cc31f7e98e to your computer and use it in GitHub Desktop.
NodeJS 16 Replit sh
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
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 | |
rm -rf node_modules/ | |
npm i | |
npm rebuild | |
npm run start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment