123456789101112131415161718192021 |
- 0 info it worked if it ends with ok
- 1 verbose cli [
- 2 info using npm@3.10.10
- 3 info using node@v6.11.5
- 4 verbose stack Error: ENOENT: no such file or directory, open
- 4 verbose stack at Error (native)
- 5 verbose cwd /Users/zhuliang/Desktop/工作/项目/我的项目/DocSys/web
- 6 error Darwin 17.4.0
- 7 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "dev"
- 8 error node v6.11.5
- 9 error npm v3.10.10
- 10 error path /Users/zhuliang/Desktop/工作/项目/我的项目/DocSys/package.json
- 11 error code ENOENT
- 12 error errno -2
- 13 error syscall open
- 14 error enoent ENOENT: no such file or directory, open
- 15 error enoent ENOENT: no such file or directory, open
- 15 error enoent This is most likely not a problem with npm itself
- 15 error enoent and is related to npm not being able to find a file.
- 16 verbose exit [ -2, true ]
|