diff options
author | neodarz <neodarz@neodarz.net> | 2020-10-05 21:19:31 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2020-10-05 21:19:31 +0200 |
commit | 4f42b14dd2ad149624d35e105f8155783ab12cf1 (patch) | |
tree | 28a56713eab4179a4f36f214273fa9a28c562b35 /dotfiles/cheat | |
parent | 67d36c7fb727950bed8fe9e11b932726ccf45538 (diff) | |
download | dotfiles_dotdrop-4f42b14dd2ad149624d35e105f8155783ab12cf1.tar.xz dotfiles_dotdrop-4f42b14dd2ad149624d35e105f8155783ab12cf1.zip |
Little update
Diffstat (limited to 'dotfiles/cheat')
-rw-r--r-- | dotfiles/cheat/nodejs | 2 |
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 |