Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.13 KB

File metadata and controls

27 lines (20 loc) · 1.13 KB

uninstall-nodejs

Script to uninstall NodeJs in Mac OS

1) Open a terminal and clone this repo: git clone [email protected]:daruj/uninstall-nodejs.git <br />
2) Open the folder (cd uninstall-nodejs), and change the file permissions: sudo chmod +x ./uninstall-node.sh <br />
3) Run the script: sudo ./uninstall-node.sh . Press enter/return when the following message is displayed: 'Press Control-C to quit now.'

Url to my site: http://video-programazion.blogspot.com.ar
Video tutorial url: https://www.youtube.com/watch?v=dMlhqLPvB74

Enjoy!


Código para desinstalar NodeJs en la Mac OS

1) Abrir una terminal y clonarse el repositorio: git clone [email protected]:daruj/uninstall-nodejs.git <br />
2) Abrir la carpeta descargada (cd uninstall-nodejs) y darle al archivo permisos de ejecución: sudo chmod +x ./uninstall-node.sh <br />
3) Correr el script: sudo ./uninstall-node.sh. Cuando aparezca el siguiente mensaje 'Press Control-C to quit now.' presionar Enter!

Url de mi sitio: http://video-programazion.blogspot.com.ar/
Video Tutorial: https://www.youtube.com/watch?v=dMlhqLPvB74

Espero que les haya servido!