Issue with deploys trying to install a version of @netlify/blobs that doesn't exist

I’m trying to deploy my site. I’m getting the following error

2:53:14 PM: ​
2:53:14 PM: Dependencies installation error                               
2:53:14 PM: ────────────────────────────────────────────────────────────────
2:53:14 PM: ​
2:53:14 PM:   Error message
2:53:14 PM:   Error while installing dependencies in /opt/build/repo/.netlify/plugins/
2:53:14 PM:   npm error code ETARGET
2:53:14 PM:   npm error notarget No matching version found for @netlify/blobs@10.0.9.
2:53:14 PM:   npm error notarget In most cases you or one of your dependencies are requesting
2:53:14 PM:   npm error notarget a package version that doesn't exist.
​
2:53:14 PM:   Resolved config
2:53:14 PM:   build:
2:53:14 PM:     command: npm run build
2:53:14 PM:     commandOrigin: ui
2:53:14 PM:     environment:
2:53:14 PM:       - NEXT_PUBLIC_GA_ID
2:53:14 PM:     publish: /opt/build/repo/out
2:53:14 PM:     publishOrigin: ui
2:53:14 PM:   plugins:
2:53:14 PM:     - inputs: {}
2:53:14 PM:       origin: ui
2:53:14 PM:       package: "@netlify/plugin-nextjs"
2:53:14 PM: Build failed due to a user error: Build script returned non-zero exit code: 2
2:53:14 PM: Failing build: Failed to build site
2:53:14 PM: Finished processing build request in 31.598s 

I don’t actually have any plugins enabled and there’s no reference to the @netlify/blobs package in my codebase, leading me to believe this is an issue inside Netlify deployments.

I’ve npm view’d the @netlify/blobs packages and indeed version 10.0.9 does not exist.

What are my options for resolving this issue?

Thanks,

Andrew

Your problem could be related to this:

Hey raulvidzing, thanks for the advice. Silly question time - how did you uninstall NEON.

I tried npm uninstall @neondatabase/serverless @netlify/blobs however I’m still having the @netlify/blobs@10.0.9. build issue. Odd to me that it only affects select repos?
Thanks for any help.

Go to Netlify and uninstall the NEON extension. This worked for me!

Thanks, but NEON is not showing as installed on my extension page ( Netlify ) - unless I’m missing something really obvious, which is entirely possible!

oh that’s weird, not sure, the page @Twentyseven and I gave you should allow you to install/uninstall Neon.

however, the issue was resolved a few minutes ago: