-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nuxi init -t
404s on nuxt.json
#456
Comments
hi please use "npx nuxi info" to have version of node and nuxt . |
i use nuxi 3.11 and works for me try " npx [email protected] init ". |
Same problem here.
Running with version 3.11 didn't work as well. |
In your case, just run |
@danielroe running |
try npx nuxi@latest init nuxt-app |
I thought it was some network issue in my machine, but running: node -e "fetch('https://raw.githubusercontent.com/nuxt/starter/templates/templates/v3.json').then(r => r.json()).then(console.log)" Seem to find this: {
"name": "v3",
"defaultDir": "nuxt-app",
"url": "https://nuxt.com",
"tar": "https://codeload.github.com/nuxt/starter/tar.gz/refs/heads/v3"
} |
When I run
nuxi init -t
it fails as follows.Looking at the template it indeed does not contain the file that fails to be found here.
The text was updated successfully, but these errors were encountered: