npm 安装nuxt并创建应用程序时出错

v2g6jxz6  于 2022-12-04  发布在  其他
关注(0)|答案(2)|浏览(401)

无法安装nuxt并创建应用程序。我使用https://nuxtjs.org/docs/get-started/installationhttps://github.com/nuxt/create-nuxt-app创建应用程序,但出现以下错误:“create-nuxt-app”不是由程序或批处理文件执行的内部或外部命令。

npm ERR! path C:\Users\Acer\Desktop\nuxt
npm ERR! command failed
npm ERR! command C:\Windows\system32\cmd.exe /d /s /c create-nuxt-app "hacker-news"

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Acer\AppData\Local\npm-cache\_logs\2022-12-03T06_03_59_129Z-debug-0.log```
Please help!

PS: node js and npm are installed
2skhul33

2skhul331#

想通了。

  1. npm高速缓存清除--强制(如果需要,使用sudo)
  2. npm安装
olqngx59

olqngx592#

这些是先决条件:-环境:Win10节点v13.8.0Yarnv1.22.0

sudo apt-get install g++ build-essential

之前创建项目是为我工作。安装包建设者字体在vuetify。

相关问题