加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
npm-debug.log 3.42 KB
一键复制 编辑 原始数据 按行查看 历史
lewis 提交于 2019-02-22 13:09 . 角色工单配置
0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/node',
1 verbose cli '/usr/bin/npm',
1 verbose cli 'install',
1 verbose cli '--save',
1 verbose cli 'antd/es/empty',
1 verbose cli 'antd/es/empty/style' ]
2 info using npm@3.5.2
3 info using node@v8.10.0
4 silly loadCurrentTree Starting
5 silly install loadCurrentTree
6 silly install readLocalPackageData
7 silly fetchPackageMetaData antd/es/empty
8 silly fetchPackageMetaData antd/es/empty/style
9 silly fetchOtherPackageData antd/es/empty
10 silly cache add args [ 'antd/es/empty', null ]
11 verbose cache add spec antd/es/empty
12 silly fetchOtherPackageData antd/es/empty/style
13 silly cache add args [ 'antd/es/empty/style', null ]
14 verbose cache add spec antd/es/empty/style
15 silly cache add parsed spec Result {
15 silly cache add raw: 'antd/es/empty',
15 silly cache add scope: null,
15 silly cache add name: null,
15 silly cache add rawSpec: 'antd/es/empty',
15 silly cache add spec: '/home/lewis/Gitee/React/antd/es/empty',
15 silly cache add type: 'local' }
16 silly cache add parsed spec Result {
16 silly cache add raw: 'antd/es/empty/style',
16 silly cache add scope: null,
16 silly cache add name: null,
16 silly cache add rawSpec: 'antd/es/empty/style',
16 silly cache add spec: '/home/lewis/Gitee/React/antd/es/empty/style',
16 silly cache add type: 'local' }
17 error addLocal Could not install /home/lewis/Gitee/React/antd/es/empty
18 silly fetchPackageMetaData Error: ENOENT: no such file or directory, open '/home/lewis/Gitee/React/antd/es/empty'
18 silly fetchPackageMetaData error for antd/es/empty { Error: ENOENT: no such file or directory, open '/home/lewis/Gitee/React/antd/es/empty'
18 silly fetchPackageMetaData errno: -2,
18 silly fetchPackageMetaData code: 'ENOENT',
18 silly fetchPackageMetaData syscall: 'open',
18 silly fetchPackageMetaData path: '/home/lewis/Gitee/React/antd/es/empty' }
19 error addLocal Could not install /home/lewis/Gitee/React/antd/es/empty/style
20 silly fetchPackageMetaData Error: ENOENT: no such file or directory, open '/home/lewis/Gitee/React/antd/es/empty/style'
20 silly fetchPackageMetaData error for antd/es/empty/style { Error: ENOENT: no such file or directory, open '/home/lewis/Gitee/React/antd/es/empty/style'
20 silly fetchPackageMetaData errno: -2,
20 silly fetchPackageMetaData code: 'ENOENT',
20 silly fetchPackageMetaData syscall: 'open',
20 silly fetchPackageMetaData path: '/home/lewis/Gitee/React/antd/es/empty/style' }
21 silly rollbackFailedOptional Starting
22 silly rollbackFailedOptional Finishing
23 silly runTopLevelLifecycles Starting
24 silly runTopLevelLifecycles Finishing
25 silly install printInstalled
26 verbose stack Error: ENOENT: no such file or directory, open '/home/lewis/Gitee/React/antd/es/empty'
27 verbose cwd /home/lewis/Gitee/React
28 error Linux 4.15.0-45-generic
29 error argv "/usr/bin/node" "/usr/bin/npm" "install" "--save" "antd/es/empty" "antd/es/empty/style"
30 error node v8.10.0
31 error npm v3.5.2
32 error path /home/lewis/Gitee/React/antd/es/empty
33 error code ENOENT
34 error errno -2
35 error syscall open
36 error enoent ENOENT: no such file or directory, open '/home/lewis/Gitee/React/antd/es/empty'
37 error enoent ENOENT: no such file or directory, open '/home/lewis/Gitee/React/antd/es/empty'
37 error enoent This is most likely not a problem with npm itself
37 error enoent and is related to npm not being able to find a file.
38 verbose exit [ -2, true ]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化