SimonAlling / better-sweclockers

Better SweClockers
MIT License
11 stars 4 forks source link

`npm ci` fails because `@alling/sweclockers-writing-rules` cannot be downloaded #249

Open SimonAlling opened 1 year ago

SimonAlling commented 1 year ago

Post-merge build after merging #248 failed:

npm ERR! 404 Not Found - GET https://registry.npmjs.org/@alling/sweclockers-writing-rules/-/sweclockers-writing-rules-3.0.2.tgz - Not found
npm ERR! 404 
npm ERR! 404  '@alling/sweclockers-writing-rules@https://registry.npmjs.org/@alling/sweclockers-writing-rules/-/sweclockers-writing-rules-3.0.2.tgz' is not in this registry.
SimonAlling commented 1 year ago

I mean, it looks to me like the package exists ...

SimonAlling commented 1 year ago

So one might wonder why this wasn't caught in the PR validation build. That's probably because it ran almost 4 days ago, on July 11. I merged #248 today, on July 14, and then the post-merge build failed.

SimonAlling commented 1 year ago

Same error if I try to npm install @alling/better-sweclockers-lib, but no other randomly selected packages I've published on npm. Could it be something with scoped packages?

SimonAlling commented 1 year ago

And now it suddenly works again …