Babylon Toolkit (Unity Exporter) with nvm (Node version manager) on windows

Hi

Can babylon toolkit works with node version manager?
if yes, ho do I specify the typescript compiler path?

Welcome aboard!

Adding @MackeyK24 who is the creator of the Unity toolkit.

The toolkit does not use npm/nvm

thanks.

Obviously. But how do I specify tsc (typescript compiler) path if I use different versions of node.js ?
By default, babylon toolkit doesn’t find the tsc path through nvm but find automatically the path with a single version node installation and I don’t know ho to specify it manually.

It uses the global tsc

So you must install typescript and then use auto detect the compiler paths on the exporter script settings

npm install -g typescript