Hacker News new | ask | show | jobs
by z3t4 2223 days ago
With Node.js you install the packages in a dev environment, and test extensively, then push all the code, including node_packages folder to production. Running npm on the prod server is forbidden. At least in theory =)