Babylonjs editor always reports various errors when installing dependencies locally

Babylonjs editor always reports various errors when installing dependencies locally. What version of Nodejs should be used for this, and what special steps are needed

cc @julien-moreau, who is the daddy of the editor.

1 Like

Hey @weishell

For instance only NodeJS 16 is supported due to compilation issue for node-pty. Node-pty needs to be compiled and you’ll need Windows Build Tools (C++ runtime) to be able to install and run editor locally. There is another topic talking about this issue: How to contribute to the babylon editor - #3 by carolhmj

1 Like