You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rt, 刚 clone 下来的项目,npm config set registry https://registry.npmmirror.com 后进行 npm i, 然后出现如标题中错误,
完整日志:
> npm i
(node:1618848) ExperimentalWarning: CommonJS module /usr/lib/node_modules/npm/node_modules/debug/src/node.js is loading ES Module /usr/lib/node_modules/npm/node_modules/supports-color/index.js using require().
Support for loading ES Module in require() is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
npm error code ENOVERSIONS
npm error No versions available for detect-port
npm error A complete log of this run can be found in: /root/.npm/_logs/2024-12-08T18_36_59_558Z-debug-0.log
rt, 刚 clone 下来的项目,
npm config set registry https://registry.npmmirror.com
后进行npm i
, 然后出现如标题中错误,完整日志:
package.json
和其他地方均未找到这个任何文件包含了字符串detect-port
,同时只在 npmmirror 上找到了包detect-port-alt
,不知该如何替换如果能有大佬帮忙回答一下就万分感谢了
The text was updated successfully, but these errors were encountered: