You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 5, 2026. It is now read-only.
The prerequisites in the setup page uses cUrl to change the node.js+npm version.
This locks the system to the version, and the syntax is unnecessarily complicated. Also, apt panics and aborts system updates because node.js is in some dev version.
Maybe use nvm or some other tool that does not panic apt when Ubuntu tries to install updates.
The prerequisites in the setup page uses cUrl to change the node.js+npm version.
This locks the system to the version, and the syntax is unnecessarily complicated. Also, apt panics and aborts system updates because node.js is in some dev version.
Maybe use nvm or some other tool that does not panic apt when Ubuntu tries to install updates.