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
@Harm355
Copy link

Harm355 commented Aug 13, 2024

Screenshot 2022-05-09 120808 what the hell happen going (ctrl shift v) Screenshot 2022-05-09 122854 ... nmp not found? Screenshot 2022-05-09 123209 huh this replit. unknown Screenshot 2022-05-09 173433 repilt start is overinstalled Screenshot 2022-05-09 202833 this enter nmp start again replit1 code Screenshot 2022-05-10 133016 oh no bluescreen death but its out code server (Ctrl+D) process died

Thats me

@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