I'd like to execute an `npx` command. I see that K...
# javascript
c
I'd like to execute an
npx
command. I see that Kotlin/JS already bundles Yarn & co, is there a way to access it? SO recommends to use the Node-Gradle plugin, but that will install Node a second time, right?
a
the node-gradle plugin won’t re-use anything setup by kotlin/js but you can use
download = false
to make it not download things and instead use them from your
PATH