Closed belgattitude closed 3 years ago
npm now has some cache problems
@ai still at 6.0.1 https://www.npmjs.com/package/size-limit. Either a very long cache issue, either it's not published.
Nope. npm denies me to push it right now:
npm ERR! 403 403 Forbidden - PUT https://registry.npmjs.org/size-limit - You cannot publish over the previously published versions: 6.0.2.
Weird, from brussels:
yarn add size-limit@6.0.2
➤ YN0000: ┌ Resolution step
➤ YN0001: │ Error: size-limit@npm:6.0.2: No candidates found
While
yarn add @size-limit/file@6.0.2
# all okay except peerdep
➤ YN0002: doesn't provide size-limit (pbd182), requested by @size-limit/file
# peerdep on 6.0.2 can't be resolved
Npm weirdness :smile: , I'll try later... But it seems things went rogue yesterday.
idem with
npm i -g size-limit@6.0.2
. and I don't have a specific proxy afaik.
I released 6.0.3. It could refresh npm cache.
@size-limit/file is at 6.0.2 but peerDeps of size-limit 6.0.2 seems not on npm (yet) ?
Might be something on its way, but worth to see if the publishing has failed somewhere.