Hacker News new | ask | show | jobs
by orf 3752 days ago
isn't that what devDependencies is for?
1 comments

"npm install" installs devDependencies too. You can do "npm install --production" to skip them.