Skip to content

Instantly share code, notes, and snippets.

View ImagineGamingPlay's full-sized avatar

ImagineGamingPlay

View GitHub Profile
@ImagineGamingPlay
ImagineGamingPlay / code.bash
Created December 20, 2021 10:44
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