Home > OS >  Eror occurs when install nuxt and create app
Eror occurs when install nuxt and create app

Time:12-03

Cannot instal nuxt and create app. I used https://nuxtjs.org/docs/get-started/installation and https://github.com/nuxt/create-nuxt-app for creating app but this error occurs: "create-nuxt-app" is not internal or external command executed by a program or batch file.

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

CodePudding user response:

Figured it out.

  1. npm cache clean --force (sudo if needed)

  2. npm install

CodePudding user response:

These are the Prerequisites:- Environment: Win10 Node v13.8.0 yarn v1.22.0

sudo apt-get install g   build-essential

Before create project is work for me. Install package builder for font in vuetify.

  • Related