You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I launch the container, it fails with message:
npm ERR! Linux 3.18.11-tinycore64
npm ERR! argv "node" "/usr/local/bin/npm" "start"
npm ERR! node v0.12.2
npm ERR! npm v2.8.4
npm ERR! path /usr/src/app/package.json
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! enoent ENOENT, open '/usr/src/app/package.json'
npm ERR! enoent This is most likely not a problem with npm itself
npm ERR! enoent and is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! Please include the following file with any support request:
npm ERR! /usr/src/app/npm-debug.log
It seems npm can not open package.json file.
The text was updated successfully, but these errors were encountered:
Hi, so if this was for the Onbuild version, the image assumes you have your node application in /usr/src/app/ with it's own package.json file. That's why you're getting that error.
when I launch the container, it fails with message:
It seems npm can not open package.json file.
The text was updated successfully, but these errors were encountered: