mljs / matrix

Matrix manipulation and computation library
https://mljs.github.io/matrix/
MIT License
353 stars 54 forks source link

6.8.1 cannot be installed #131

Closed DerYeger closed 2 years ago

DerYeger commented 2 years ago

The latest version 6.8.0 cannot be installed. Instead, the installation either fails (in CI) or prompts version selection (with 6.8.0 being the latest available). The Renovate bot also can't update to 6.8.1.

See https://github.com/DerYeger/apollo-frontend/runs/4179031612?check_suite_focus=true for logs showing the problem.

stropitek commented 2 years ago

Indeed something strange happened. Latest points to 6.8.1 according to https://www.npmjs.com/package/ml-matrix but that's not the version that gets installed when you install latest.

I can also confirm that installing this specific version with npm8 fails.

I'll publish a new version, this is probably a one-off problem with npm

DerYeger commented 2 years ago

Sounds good, thank you!

stropitek commented 2 years ago

Same problem with 6.8.2, so not a one off problem 😅

DerYeger commented 2 years ago

That's weird. My Renovate run seems to be passing https://github.com/DerYeger/apollo-frontend/pull/101.

stropitek commented 2 years ago

https://github.com/mljs/matrix/commit/2e1447d75e3c2fe2450f474d15336f8ae2a26d5f changed the release action, so that could be the culprit. I'm not sure where to look at though because the action does not seem to have failed in any way.

stropitek commented 2 years ago

Actually, I'm able to install it now. I tried after seeing the tag on github but the package was probably not published yet

DerYeger commented 2 years ago

Most likely. Thank you again!