DEV Community

Discussion on: The NPM guide I would have loved as a beginner

Collapse
 
josuerodriguez98 profile image
Josué Rodríguez (He/Him)

Kudos! Nice article! Let me tell you a little story about when I started using node: I didn't know about the --save flag and I just installed everything with npm install . When I tried running the project on a friend's computer everything (as expected) crashed. After this, I remember putting into the README this:
"To run this project, please run these commands

  • npm install packageA
  • npm install packageB
  • npm install packageZ" 😂😂😂
Collapse
 
chandelieraxel profile image
Chandelier Axel

Good thing this is now the default behavior !

Collapse
 
mendoza profile image
David Mendoza (He/Him)

gif