aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/cheat/nodejs
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2020-10-05 21:19:31 +0200
committerneodarz <neodarz@neodarz.net>2020-10-05 21:19:31 +0200
commit4f42b14dd2ad149624d35e105f8155783ab12cf1 (patch)
tree28a56713eab4179a4f36f214273fa9a28c562b35 /dotfiles/cheat/nodejs
parent67d36c7fb727950bed8fe9e11b932726ccf45538 (diff)
downloaddotfiles_dotdrop-4f42b14dd2ad149624d35e105f8155783ab12cf1.tar.xz
dotfiles_dotdrop-4f42b14dd2ad149624d35e105f8155783ab12cf1.zip
Little update
Diffstat (limited to 'dotfiles/cheat/nodejs')
-rw-r--r--dotfiles/cheat/nodejs2
1 files changed, 2 insertions, 0 deletions
diff --git a/dotfiles/cheat/nodejs b/dotfiles/cheat/nodejs
new file mode 100644
index 0000000..b89b971
--- /dev/null
+++ b/dotfiles/cheat/nodejs
@@ -0,0 +1,2 @@
+# Remove shit and install
+sudo rm -rf node_modules && sudo npm cache clear && sudo npm cache clean && npm install