Skip to content

Instantly share code, notes, and snippets.

@kutyel
Created February 21, 2018 14:34
Show Gist options
  • Save kutyel/13e0107f7d9ea7e4b31b70c95c9b73c4 to your computer and use it in GitHub Desktop.
Save kutyel/13e0107f7d9ea7e4b31b70c95c9b73c4 to your computer and use it in GitHub Desktop.
This Fish function will solve the 99% of your Node.js problems πŸŽ‰
function node_sos --description 'Node plz SAVE ME!!!'
rm -rf node_modules package-lock.json; and npm install $argv;
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment