Hoan Vu Hong

Results 2 comments of Hoan Vu Hong

I'm using Yarn 3 with this plugin already, without any problem until now: ``` plugins { id 'com.github.node-gradle.node' version '3.5.0' } node { download = true version = '16.18.1' //...

`--immutable` flag makes sure that the installation from Yarn will not change our dependencies (name, version, ...). In my case, whenever there is a failure causing by `--immutable`, I will...