79239592

Date: 2024-11-30 13:07:59
Score: 0.5
Natty:
Report link

I had the similar problem. The package.json::devDependencies were in docker ignored, because the $NODE_ENV environment variable was set to production.

The

npm install --production=false

solved the problem.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Motlicek Petr