Is it possible to controle the NodeJS version (or ...
# javascript
р
Is it possible to controle the NodeJS version (or use a local installation of NodeJS) for nodejs targets in kotlin("js")?
t
Yes, you can configure it in root project via
NodeJsRootPlugin
Example (path configuration)
🙌 1