Installing NPM modules in Play Canvas editor?

Hi all , is their a clean way to install npm modules when using the cloud editor ? If so , any modules that just don’t work ?

I’m very experienced with Node JS and I already have a good idea of what I need to do, assuming npm works

Thanks !

Hi @DevOne and welcome!

Right now no, you will have to import builds for your npm modeuls that are browser ready.

As a workaround you can use the following extension to work locally and have your build automatically upload/sync with your Playcanvas project. This way you can use NPM modules, Typescript, Webpack etc.