点图上红圈的位置,报错如附件1

星海扬帆
- 发布:2023-05-10 21:02
- 更新:2023-05-10 21:35
- 阅读:241
星海扬帆 (作者)
更新之后,新的uni-id-co上传不上去了,阿里云,我以为是旧项目问题,我新建了个uni-starter项目,使用新的空间,也卡死在上传那了,报错:10:30:18.714 [阿里云:uni-store-admin]云对象uni-id-co上传失败。失败原因:npm install执行失败.如果云函数目录下存在package-lock.json, node_modules可能会导致 npm install失败, 请删除后重试.
npm ERR! code ECONNREFUSED
npm ERR! errno ECONNREFUSED
npm ERR! FetchError: request to https://registry.npmmirror.com/lodash.merge failed, reason: connect ECONNREFUSED 127.0.0.1:31181
npm ERR! at ClientRequest.<anonymous> (C:\Users\chenchen\AppData\Roaming\nvm\v12.16.2\node_modules\npm\node_modules\node-fetch-npm\src\index.js:68:14)
npm ERR! at ClientRequest.emit (events.js:310:20)
npm ERR! at onerror (C:\Users\chenchen\AppData\Roaming\nvm\v12.16.2\node_modules\npm\node_modules\agent-base\index.js:101:9)
npm ERR! at callbackError (C:\Users\chenchen\AppData\Roaming\nvm\v12.16.2\node_modules\npm\node_modules\agent-base\index.js:123:5)
npm ERR! at processTicksAndRejections (internal/process/task_queues.js:97:5)
npm ERR! FetchError: request to https://registry.npmmirror.com/lodash.merge failed, reason: connect ECONNREFUSED 127.0.0.1:31181
npm ERR! at ClientRequest.<anonymous> (C:\Users\chenchen\AppData\Roaming\nvm\v12.16.2\node_modules\npm\node_modules\node-fetch-npm\src\index.js:68:14)
npm ERR! at ClientRequest.emit (events.js:310:20)
npm ERR! at onerror (C:\Users\chenchen\AppData\Roaming\nvm\v12.16.2\node_modules\npm\node_modules\agent-base\index.js:101:9)
npm ERR! at callbackError (C:\Users\chenchen\AppData\Roaming\nvm\v12.16.2\node_modules\npm\node_modules\agent-base\index.js:123:5)
npm ERR! at processTicksAndRejections (internal/process/task_queues.js:97:5) {
npm ERR! message: 'request to https://registry.npmmirror.com/lodash.merge failed, reason: connect ECONNREFUSED 127.0.0.1:31181',
npm ERR! type: 'system',
npm ERR! errno: 'ECONNREFUSED',
npm ERR! code: 'ECONNREFUSED',
npm ERR! stack: 'FetchError: request to https://registry.npmmirror.com/lodash.merge failed, reason: connect ECONNREFUSED 127.0.0.1:31181\n' +
npm ERR! ' at ClientRequest.<anonymous> (C:\Users\AppData\Roaming\nvm\v12.16.2\node_modules\npm\node_modules\node-fetch-npm\src\index.js:68:14)\n' +
npm ERR! ' at ClientRequest.emit (events.js:310:20)\n' +
npm ERR! ' at onerror (C:\Users\AppData\Roaming\nvm\v12.16.2\node_modules\npm\node_modules\agent-base\index.js:101:9)\n' +
npm ERR! ' at callbackError (C:\Users\AppData\Roaming\nvm\v12.16.2\node_modules\npm\node_modules\agent-base\index.js:123:5)\n' +
npm ERR! ' at processTicksAndRejections (internal/process/task_queues.js:97:5)',
npm ERR! parent: 'uni-id-co'
npm ERR! }
npm ERR!
npm ERR! If you are behind a proxy, please make sure that the
npm ERR! 'proxy' config is set properly. See: 'npm help config'
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Program Files\nodejs\node_cache_logs\2023-05-11T02_30_18_565Z-debug.log
2023-05-11 10:35