u
This commit is contained in:
8
nodejs-remove.sh
Normal file
8
nodejs-remove.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "Usage: this-script.sh [VERSION]"
|
||||
|
||||
rm -fr /usr/local/bin/node
|
||||
rm -fr /usr/local/bin/npm
|
||||
rm -fr /usr/local/lib/node_modules
|
||||
rm -fr /usr/local/include/node
|
||||
Reference in New Issue
Block a user