I am in an Alpine Linux Docker container and when I try to run npm install, npm hangs and kills itself! This is what the last line in the npm log looks like: https://imgur.com/T8KIojJ
Things I've tried:
- clearing the cache,
- excluding optional dependencies, and
- there is no package-lock.json in the folder.
It seems like your Docker container might not have enough memory or CPU resources to complete the
npm installcommand. Possible solutionsYou might need to paste more information about your yml configuration