Skip to content

Instantly share code, notes, and snippets.

@DarrenOfficial
Created October 19, 2021 04:49
Show Gist options
  • Save DarrenOfficial/59d1f7085c409d2c9f4e09cc31f7e98e to your computer and use it in GitHub Desktop.
Save DarrenOfficial/59d1f7085c409d2c9f4e09cc31f7e98e to your computer and use it in GitHub Desktop.
NodeJS 16 Replit sh
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