Is there a way to install BJS 4.2.0 beta via npm?
What does the package.json look like in that manner, so that 4.2.0 beta installs into the node_modules folder?
Is there a way to install BJS 4.2.0 beta via npm?
What does the package.json look like in that manner, so that 4.2.0 beta installs into the node_modules folder?
Hey and welcome,
well you can simply call “npm install babylonjs@4.2.0-beta.13”
Thanks a lot!