11

How a node js developer's Terminal history look like --

npm install random_package
npm install shitty_package
npm install I_don't_know_what_it_does
npm install crap

Comments
  • 2
    rm -rf node_modules
    rm -rf ~/.npm
    npm i
    #fuck I need a beer, I just did that on my hotspot
  • 1
    Don't forget to --save!!
Add Comment