iterative / cml

♾️ CML - Continuous Machine Learning | CI/CD for ML
http://cml.dev
Apache License 2.0
4k stars 338 forks source link

Bug: CML can't be installed from npm due to "@npcz/magic" not being installable #1401

Closed Taytay closed 1 year ago

Taytay commented 1 year ago

Just started getting this in the past 24 hours on my build machine. (As in, it worked 24 hours ago, and today as of 30 minutes ago, it does not.)

This is odd. See full debug info below. Looks like the package @npcz/magic is not installable at present: https://www.npmjs.com/package/@npcz/magic

Can't even run npm i -g @npcz/magic:

❯ npm i -g @npcz/magic
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@npcz%2fmagic - Not found
npm ERR! 404
npm ERR! 404  '@npcz/magic@*' is not in this registry.
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

Will open an issue on their repo too. Not sure what is happening.

Taytay commented 1 year ago

Works like a champ now. Just a hiccupt