Skip to content

Instantly share code, notes, and snippets.

View Moondancer83's full-sized avatar

Mark Kalinovits Moondancer83

View GitHub Profile
@Moondancer83
Moondancer83 / nodereinstall.sh
Last active December 30, 2019 09:28 — forked from brock/nodereinstall.sh
Complete Node Reinstall. I've moved this to a repo at http://git.io/node-reinstall
#!/bin/bash
# node-reinstall
# credit: http://stackoverflow.com/a/11178106/2083544
## program version
VERSION="0.0.13"
## path prefix
PREFIX="${PREFIX:-/usr/local}"