Pages Build Failing due to 404 package not found
I'm getting a new error in my
next-on-pages
project during the build phase, I went back to a previously successful build and re-deployed it and it is also failing as well.
Error:
5 Replies
I can see the package here on npm: https://www.npmjs.com/package/@vercel/next/v/3.8.6
Is this an issue with pages npm caching? Not sure if there's anything I can do on my end here
npm
@vercel/next
Latest version: 3.8.8, last published: 16 days ago. Start using @vercel/next in your project by running
npm i @vercel/next
. There are 6 other projects in the npm registry using @vercel/next.https://registry.npmjs.org/@vercel/next/-/next-3.8.6.tgz
we can't cache npm
i can confirm it 404s
Peculiour, re-ran the build and now I'm getting:
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-1.0.0.tgz - Not found
Wonder if there's something going on with npm then at the moment?I'd checked npm status just before posting this!
Thanks for linking it, I'll stop banging my head against the wall trying to figure out how I'd broken it and wait for them to sort it