Skip to content

nuxi init results in 404 #719

Open
Open
@Jos620

Description

@Jos620

The command nuxi init results in the following error:

Need to install the following packages:
[email protected]
Ok to proceed? (y)


[nuxi 11:28:51 AM]  ERROR  Error: Failed to download template from registry: Failed to download v3 template info from https://raw.githubusercontent.com/nuxt/starter/templates/templates/v3.json: 404 Not Found

This issue was already created but closed before had a solution: #456.

npx nuxi info output:

------------------------------
- Operating System: Darwin
- Node Version:     v22.13.0
- Nuxt Version:     -
- CLI Version:      3.21.1
- Nitro Version:    -
- Package Manager:  [email protected]
- Builder:          -
- User Config:      -
- Runtime Modules:  -
- Build Modules:    -
------------------------------

My machine is able to access the template file since running:

node -e "fetch('https://raw.githubusercontent.com/nuxt/starter/templates/templates/v3.json').then(r => r.json()).then(console.log)"

Results in:

{
  name: 'v3',
  defaultDir: 'nuxt-app',
  url: 'https://nuxt.com',
  tar: 'https://codeload.github.com/nuxt/starter/tar.gz/refs/heads/v3'
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions