webpack 5.89.0 compiled successfully in 5082 ms
DONE Packaged: /home/vagrant/vcode/xxx-file-split/xxx-file-split-0.0.1.vsix (9 files, 4.72KB)
都运行完命令了,但是现在就是卡住了,怎么办? 有什么办法可以解决吗?
1
jazzg62 334 天前
这个情况重试也会出现吗?可能是网络有问题,可以试试在后台手动上传
|
2
NessajCN 334 天前
完成了就行了呀,直接 vsce publish 呗
|
12
chenqh OP @NessajCN
现在出结果了 ``` npm ERR! code ETIMEDOUT npm ERR! syscall connect npm ERR! errno ETIMEDOUT npm ERR! network request to https://registry.npmjs.org/@vscode%2fvsce failed, reason: connect ETIMEDOUT 104.16.2.35:443 npm ERR! network This is a problem related to network connectivity. npm ERR! network In most cases you are behind a proxy or have bad network settings. npm ERR! network npm ERR! network If you are behind a proxy, please make sure that the npm ERR! network 'proxy' config is set properly. See: 'npm help config' npm ERR! A complete log of this run can be found in: npm ERR! /home/vagrant/.npm/_logs/2023-12-11T09_48_05_225Z-debug.log ``` 为什么 package 也要连 npmjs? |
13
NessajCN 334 天前 1
|