Hacker News new | ask | show | jobs
by ingalls 1642 days ago
Generally Docker. We install all required node deps during our docker build to ensure that running the platform does not require npm.
1 comments

Makes sense. Using Docker would make sure you can deploy existing software.

NPM being down would prevent upgrading libraries or rebuilding the Docker image, but that'd only be a problem if NPM was down for a long time.