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
I'm a long-time user of MineOS and would like to see it continue. The current NodeJS 14.x and Ubuntu 20.04 (Focal) releases that it is currently based on are quite out of date.
I'm going to be working on this on my fork in the meantime, but wanted to start a conversation about this upgrade and potential problems. As several open issues indicate, there are some problems with node-gyp which seem to be mostly related to Python 3.11+ compatibility. Additionally, an early test locally seems to indicate some problems with the nodeunit tests, though it is unclear exactly what is wrong because the output doesn't have a detailed stacktrace:
I'm also a full-stack Node developer and build engineer and would be interested in further upgrades to MineOS to help it be more future-proof including:
Upgrade AngularJS to a supported framework (Angular or convert it to React)
Convert to TypeScript
Convert tests to Mocha or Jest
Package new ISO distribution and/or OVA/OVF virtualization templates
I'm a long-time user of MineOS and would like to see it continue. The current NodeJS 14.x and Ubuntu 20.04 (Focal) releases that it is currently based on are quite out of date.
I'm going to be working on this on my fork in the meantime, but wanted to start a conversation about this upgrade and potential problems. As several open issues indicate, there are some problems with
node-gyp
which seem to be mostly related to Python 3.11+ compatibility. Additionally, an early test locally seems to indicate some problems with thenodeunit
tests, though it is unclear exactly what is wrong because the output doesn't have a detailed stacktrace:I will update this thread as I have more details about the upgrade testing I do.
The text was updated successfully, but these errors were encountered: