我正在尝试运行使用卷的应用程序,但是我收到一条错误消息,说找不到package.json
。
10 error path /usr/src/app/package.json
11 error code ENOENT
12 error errno -2
13 error syscall open
14 error enoent ENOENT: no such file or directory, open '/usr/src/app/package.json'
14 error enoent This is most likely not a problem with npm itself
14 error enoent and is related to npm not being able to find a file.
15 verbose exit [ -2, true ]
我需要做什么才能找到文件?
目前正在使用:
注意:相同的应用程序适用于docker for linux。