tentone / nunuStudio

Web powered cross-platform 3D, WebXR game engine.
https://nunustudio.org
MIT License
2.09k stars 312 forks source link

NPM Version #540

Open urbanintell opened 1 year ago

urbanintell commented 1 year ago

Where is the supported NPM version for this project listed?

Description

I'm running into a lot of errors running this and after searching around it looks like a few others have mentioned that the npm version needs to be reduce for this project to work. If that is the case can that be listed somewhere in the README.MD to save others time?

Can you add "engines" to save us sometime please

{
    "engines": {
        "node": "version"
    }
}
tentone commented 1 year ago

Hello

Not sure what is the last version of NPM supported for this project.

I would have to recheck/retest.

Thanks in advance.

tentone commented 1 year ago

Hello

Last version of NPM bundled with Node18 LTS is supported.

The project needed some update because some libs where broken and build was not working as intendeed.

Has been updated in the meanwhile should be working now.

Thanks a lot!