npm ERR! 404 Not Found - GET https://registry.npmjs.org/opencv-buildnpm - Not found
时间: 2023-06-24 08:04:23 浏览: 272
这个错误提示是说在运行 `npm install opencv-buildnpm` 的时候,npm 找不到对应的模块。可能是因为该模块不存在或者已经被移除了。你可以尝试更新 npm,如果还不行的话,可以查看一下该模块的文档或者 issue 看看是否有解决方案。或者你可以尝试使用其他的模块替代 opencv-buildnpm。
相关问题
C:\Users\Administrator>npm install opencv-buildnpm install opencv4nodejs npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/opencv-buildnpm - Not found npm ERR! 404 npm ERR! 404 'opencv-buildnpm@*' is not in this registry. npm ERR! 404 npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball, folder, http url, or git url. npm ERR! A complete log of this run can be found in: npm ERR! H:\nodejs\node_cache\_logs\2023-05-15T14_07_47_120Z-debug-0.log
这个错误提示是因为你尝试安装的 opencv-buildnpm 模块在 npm registry 上找不到。你可以尝试通过其他方式安装,比如使用 tarball、folder、http url 或者 git url。或者你也可以检查一下你的网络连接,看看是否有防火墙等网络限制导致无法连接到 npm registry。
npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/less_loader - Not found npm ERR! 404 npm ERR! 404 'less_loader@latest' is not in the npm registry.
这个问题看起来是在使用npm安装模块时发生了404错误。可能是因为模块的名称或版本号被错误地拼写或使用了已经被删除的模块。建议您检查一下您的包管理文件中是否有拼写错误或错误的依赖版本。另外,您可以尝试使用npm的cache清理命令,然后再次安装。
阅读全文
相关推荐

















