Created
February 21, 2018 14:34
-
-
Save kutyel/13e0107f7d9ea7e4b31b70c95c9b73c4 to your computer and use it in GitHub Desktop.
This Fish function will solve the 99% of your Node.js problems π
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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