Skip to content

0xTheFr34k/Nodejs-42

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 

Repository files navigation

Nodejs 42

installation of Nodejs in 1337 Mac :

Installation : (method N1)

git clone https://github.com/BleedTheFreak/Nodejs-42.git
cd Nodejs-42
sh ./install.sh

Note : if you had any problem in installation use method N2

Installation : (method N2)

cd && curl -o node-v20.1.0-darwin-x64.tar.gz https://nodejs.org/dist/latest/node-v20.1.0-darwin-x64.tar.gz
tar -xf node-v20.1.0-darwin-x64.tar.gz
echo "export PATH=~/node-v20.1.0-darwin-x64/bin/:\$PATH" >> ~/.zshrc && source ~/.zshrc && exit
zsh
rm -rf ~/node-v20.1.0-darwin-x64.tar.gz
node -v

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages