Install a package without editing package.json.
Section: Installing dependencies
Install without saving
bash
bash
npm install --no-save <package>Explanation
Install a package without editing package.json.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Installing dependencies