Skip to content

Instantly share code, notes, and snippets.

@zswpaing2201-make
Forked from ImagineGamingPlay/code.bash
Created February 26, 2026 16:05
Show Gist options
  • Select an option

  • Save zswpaing2201-make/c0b61761984c7e840bbfcb085d643cb9 to your computer and use it in GitHub Desktop.

Select an option

Save zswpaing2201-make/c0b61761984c7e840bbfcb085d643cb9 to your computer and use it in GitHub Desktop.
Code to put in shell
# Put this code in shell
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment