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 have monoply-money deployed on my home network, and it literally puts Monopoly on the table for family game night. Thank you @brentvollebregt for this awesome project - the functionality for playing the game is really well executed.
I hadn't planned to upgrade the supported node version but with support ending soon, that sounds like a good idea. It would also be a good opportunity to migrate from react-scripts to vite.
In the meantime, using the Dockerfile should still work (assuming docker is available). Using docker will mean you don't need to install node 16 on your machine.
I have monoply-money deployed on my home network, and it literally puts Monopoly on the table for family game night. Thank you @brentvollebregt for this awesome project - the functionality for playing the game is really well executed.
Not really an issue or bug, but with the end of life for Node 16 LTS, are there any plans to bump current requirements to Node 20 (LTS)?
I tried just updating
package.json
to Node 22 / NPM 10 (which is just what was active on my system at the moment):But got the following error on
npm run build
The text was updated successfully, but these errors were encountered: