用nvm安装的node16.0.0,npm7.10.0,运行 npm install vue-cli出现如下报错是什么原因呢?
(null): can't open file '/c': [Errno 2] No such file or directory
npm ERR! code 1
npm ERR! path C:\Users\asus\AppData\Roaming\nvm\v16.0.0\node_modules@vue\cli\node_modules@apollo\protobufjs
npm ERR! command failed
npm ERR! command D:\python3.7\python.exe -c node scripts/postinstall
npm ERR! File "", line 1
npm ERR! node scripts/postinstall
npm ERR! ^
npm ERR! SyntaxError: invalid syntax
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\asus\AppData\Local\npm-cache_logs\2023-04-16T10_09_18_716Z-debug.log
下载epress测试能成功,成功的提示如下:
C:\WINDOWS\system32>npm install express
(null): can't open file '/c': [Errno 2] No such file or directory
added 57 packages, and audited 58 packages in 6s
7 packages are looking for funding
run npm fund
for details
found 0 vulnerabilities
用npm下载vue脚手架报错
- 写回答
- 好问题 0 提建议
- 追加酬金
- 关注问题
- 邀请回答
-
2条回答 默认 最新
- Leodong. 2023-04-16 19:54关注
该回答通过自己思路及引用到GPTᴼᴾᴱᴺᴬᴵ搜索,得到内容具体如下:
根据您提供的信息,似乎是因为您的操作系统是Windows,但是在安装vue-cli时使用了类Unix系统的路径语法导致的。
具体来说,报错信息中的
(null): can't open file '/c'
提示了一个Unix风格的路径/c
,而Windows系统的路径应该使用C:\
或D:\
等形式。解决方法是在安装vue-cli时使用Windows系统的路径语法。您可以尝试使用以下命令:
npm install -g @vue/cli
其中
-g
表示全局安装。另外,如果您在使用Windows系统的命令行窗口时出现
(null): can't open file '/c'
的错误提示,可以考虑使用 Git Bash 或者 PowerShell 等终端来执行命令,这些终端支持类Unix系统的路径语法。
如果以上回答对您有所帮助,点击一下采纳该答案~谢谢
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报
悬赏问题
- ¥30 matlab appdesigner私有函数嵌套整合
- ¥15 给我一个openharmony跑通webrtc实现视频会议的简单demo项目,sdk为12
- ¥15 vb6.0使用jmail接收smtp邮件并另存附件到D盘
- ¥30 vb net 使用 sendMessage 如何输入鼠标坐标
- ¥15 关于freesurfer使用freeview可视化的问题
- ¥100 谁能在荣耀自带系统MagicOS版本下,隐藏手机桌面图标?
- ¥15 求SC-LIWC词典!
- ¥20 有关esp8266连接阿里云
- ¥15 C# 调用Bartender打印机打印
- ¥15 我这个代码哪里有问题 acm 平台上显示错误 90%,我自己运行好像没什么问题