Skip to content

Instantly share code, notes, and snippets.

View zswpaing2201-make's full-sized avatar

zswpaing2201-make

View GitHub Profile
@zswpaing2201-make
zswpaing2201-make / code.bash
Created February 26, 2026 16:05 — forked from ImagineGamingPlay/code.bash
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