#npm error notarget No matching version found for @aws-sdk/token-providers@3.1036.0.
1 messages Β· Page 1 of 1 (latest)
This looks like a registry sync issue, not a bad OpenClaw version.
I checked the public npm registry, and @aws-sdk/token-providers@3.1036.0 does exist now, but it was published very recently. If you're using a mirror, private registry, or cached npm metadata, it may not have propagated yet.
Can you paste these?
openclaw --version
npm config get registry
npm view @aws-sdk/token-providers@3.1036.0 version
If that last command fails, that's the problem.
What I'd try next:
- wait 10 to 30 min and retry
- make sure you're using the public npm registry
- retry the update
Docs:
If you updated manually, paste the exact command too, and I can tell you the safest retry path.
OpenClaw 2026.4.15 (041266a)
https://registry.npmjs.org/
3.1036.0
Nice, that narrows it down a lot.
Since:
- your registry is the public npm registry
npm view @aws-sdk/token-providers@3.1036.0works- I can install
openclaw@2026.4.22cleanly on my side
this looks like stale npm cache / metadata locally, not a broken OpenClaw release.
I'd try this next:
npm cache clean --force
npm install -g openclaw@2026.4.22 --prefer-online
Then:
openclaw doctor
openclaw gateway restart
If it still fails, paste these too:
node -v
npm -v
npm install -g openclaw@2026.4.22 --prefer-online
Preferred update docs:
If you paste the full install error, I can narrow it down fast.
it works now, thank you !
Glad itβs working now π
If this fixed it, please right-click the solution message β Apps β β Mark Solution so Answer Overflow can index it for the next person.
Sounds like it was just stale npm metadata/cache catching up.