Y
Hacker News
new
|
ask
|
show
|
jobs
by
orf
3752 days ago
isn't that what devDependencies is for?
1 comments
nathancahill
3752 days ago
"npm install" installs devDependencies too. You can do "npm install --production" to skip them.
link