nuxtbase / nuxt3-starter

💚 A Better Nuxt 3 Starter Template,generate by nuxi.
https://nuxt3-starter-repo.netlify.app/
MIT License
181 stars 32 forks source link

Error installing nuxi template #4

Open facka opened 12 months ago

facka commented 12 months ago

When running the command:

npx nuxi init -t nuxtbase/nuxt3-starter my-nuxt3-app

I get the following error:

ERROR Error: Failed to download template from registry: Failed to download nuxtbase/nuxt3-starter template info from https://raw.githubusercontent.com/nuxt/starter/templates/templates/nuxtbase/nuxt3-starter.json: 404 Not Found

pietervanstee commented 2 months ago

Same here...

APP_NAME="name"
git clone https://github.com/nuxtbase/nuxt3-starter.git $APP_NAME
cd $APP_NAME

rm -rf .git
git init

pnpm install
code-insiders .

works for me for now