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