nuxt / create-nuxt-app

Create Nuxt.js App in seconds.
MIT License
3.48k stars 429 forks source link

Got es-abstract 404 Not Found error when trying to create nuxt project #855

Closed adminoid closed 3 years ago

adminoid commented 3 years ago

command:

yarn create next-app demo

error:

error An unexpected error occurred: "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.14.0.tgz: Request failed \"404 Not Found\"".

Environment: with both node versions v16.9.1 and v14.17.6, yarn version is 1.22.11

Screenshot:

image
danielroe commented 3 years ago

@adminoid This is likely an npm registry error - and not an issue with create-nuxt-app. It will likely be resolved eventually if you retry.

adminoid commented 3 years ago

@adminoid This is likely an npm registry error - and not an issue with create-nuxt-app. It will likely be resolved eventually if you retry.

Ok, I've got it. But this error is stable. No that doesn't help either retrying or removing global node_modules with lock files and reinstall. But with npx works fine.