optional install error: Error: Unsupported URL Type: npm:vue-loader@^16.1.0

简介: optional install error: Error: Unsupported URL Type: npm:vue-loader@^16.1.0
/ [33/49] Installing lodash@^4.17.14[vue-loader-v16@npm:vue-loader@^16.1.0] optional install error: Error: Unsupported URL Type: npm:vue-loader@^16.1.0
    at parseUrl (C:\Users\cj218\AppData\Roaming\npm\node_modules\cnpm\node_modules\npm-package-arg\npa.js:186:13)
    at npa (C:\Users\cj218\AppData\Roaming\npm\node_modules\cnpm\node_modules\npm-package-arg\npa.js:79:12)
    at _install (C:\Users\cj218\AppData\Roaming\npm\node_modules\cnpm\node_modules\npminstall\lib\install.js:62:11)
    at _install.next (<anonymous>)
    at onFulfilled (C:\Users\cj218\AppData\Roaming\npm\node_modules\cnpm\node_modules\co\index.js:65:19)
    at C:\Users\cj218\AppData\Roaming\npm\node_modules\cnpm\node_modules\co\index.js:54:5
    at new Promise (<anonymous>)
    at co (C:\Users\cj218\AppData\Roaming\npm\node_modules\cnpm\node_modules\co\index.js:50:10)

解决

cnpm install vue-loader@^16.1.0

D:\Projects>npm install vue-loader@^16.1.0
npm error Cannot read properties of null (reading 'package')
npm error A complete log of this run can be found in: D:\Users\cj218\AppData\Local\npm-cache\_logs\2024-05-30T02_35_36_769Z-debug-0.log
D:\Projects>cnpm install vue-loader@^16.1.0
√ Installed 1 packages
√ Linked 3 latest versions
√ Run 0 scripts
√ All packages installed (1 packages installed from npm registry, used 761ms(network 759ms), speed 341.52kB/s, json 4(245.14kB), tarball 14.08kB)
D:\Projects>
目录
相关文章
|
6月前
|
JavaScript
npm install没问题,但npm run dev的时候报Node Sass version 6.0.1 is incompatible with ^4.0.0 ^5.0.0
npm install没问题,但npm run dev的时候报Node Sass version 6.0.1 is incompatible with ^4.0.0 ^5.0.0
55 0
|
29天前
|
缓存 JavaScript 前端开发
拿下奇怪的前端报错(三):npm install卡住了一个钟- 从原理搞定安装的全链路问题
本文详细分析了 `npm install` 过程中可能出现的卡顿问题及解决方法,包括网络问题、Node.js 版本不兼容、缓存问题、权限问题、包冲突、过时的 npm 版本、系统资源不足和脚本问题等,并提供了相应的解决策略。同时,还介绍了开启全部日志、使用替代工具和使用 Docker 提供 Node 环境等其他处理方法。
391 0
9-14|npm install --global windows-build-tools 安装太慢了,能够指定国内源
9-14|npm install --global windows-build-tools 安装太慢了,能够指定国内源
|
2月前
|
缓存 JavaScript 前端开发
8种方法解决vue创建项目报错:command failed: npm install --loglevel error
该文章提供了八种解决Vue项目创建时遇到的`command failed: npm install --loglevel error`错误的方法,包括清理缓存、更换npm源、重新安装Node.js等措施。
8种方法解决vue创建项目报错:command failed: npm install --loglevel error
|
3月前
|
JavaScript
【Deepin 20系统】Jupyter notebook解决ValueError: Please install Node.js and npm before continuing installa
文章讨论了在Deepin 20系统上安装Jupyter Notebook的debug插件时出现的"ValueError: Please install Node.js and npm before continuing installation"错误,并提供了使用conda安装Node.js的解决方法。
121 1
|
3月前
NPM——Electron failed to install correctly, please delete node_modules/electron and try
NPM——Electron failed to install correctly, please delete node_modules/electron and try
256 0
|
3月前
|
开发工具 git
IDEA——npm install 没有生成node_modules目录
IDEA——npm install 没有生成node_modules目录
247 0
|
4月前
|
JavaScript
npm install 报错 import sys; print“%s.%s.%s”% sys.version_info[ :3] ;
npm install 报错 import sys; print“%s.%s.%s”% sys.version_info[ :3] ;
109 3
|
5月前
|
Dart JavaScript 前端开发
npm install node-sass 安装失败的解决方案:利用国内镜像加速安装
npm install node-sass 安装失败的解决方案:利用国内镜像加速安装
2862 1
|
5月前
Error: Cannot find module ‘node:url‘【已解决】
Error: Cannot find module ‘node:url‘【已解决】
215 3