skip to Main Content

enter image description here

error: next@https://registry.npmjs.org/next/-/next-13.5.0.tgz’ is not in this registry

build is failing on vercel deployment. it was working fine a few minutes ago, all the deployements were success. I made no change. Now none of the deployments are succeeding. All ending with the same error.

Only happening while deployment, build working fine on local.

node
– v19.0.1

I tried to change build method in Vercel, to yarn build, but still the same error

error An unexpected error occurred: "https://registry.yarnpkg.com/next/-/next-13.5.0.tgz: Request failed "404 Not Found"".

3

Answers


  1. err

    Also, it’s not working locally. It might be a package repository problem.

    I just updated the node version, but no use

    PS: Try now, It is fixed. I’ve successfully created a project.

    Login or Signup to reply.
  2. it also happened to me this afternoon for some reasons. I suspect there might be an issue with the server

    Login or Signup to reply.
  3. same issue here, can’t create a new project

    screenshot

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search