Skip to content

Instantly share code, notes, and snippets.

@ImagineGamingPlay
Created December 20, 2021 10:44
Show Gist options
  • Save ImagineGamingPlay/44ebc723055abd6c6b7257242ddffe95 to your computer and use it in GitHub Desktop.
Save ImagineGamingPlay/44ebc723055abd6c6b7257242ddffe95 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
@One-Eyed-YT
Copy link

Is anyone getting this problem?
Screenshot 2024-09-10 190129

@KAlesio65
Copy link

KAlesio65 commented Oct 7, 2024

I ran 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`

image_2024-10-07_161201757

This is somehow not working, from scratch.

@ErrorlessOpen
Copy link

ErrorlessOpen commented Nov 14, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment