I'm trying to publish npm package to the google artifact registry (GAR).
A package with the same version has already been published, but I've deleted it manually from the GAR.
npm view <package-name>@0.1.3
<empty response>
But still unable to publish the package.
npm publish
npm ERR! code E400
npm ERR! 400 Bad Request - PUT https://<package-url> - Requested version(0.1.3) already exists.
Looks like it has been cached somewhere. If so is there any possibility to clear the cache?