This repository was archived by the owner on Jun 7, 2021. It is now read-only.

Description
If we just use the js-runtime image as-is, we can't run npm install because it's a read only file system. We could, however run a build using js-runtime as the base image, and run npm install as a part of that build.
(Alternatively, we could set NODE_PATH which may be a better short term fix).