Thanks for detailed comments! Currently we use `[email protected]` because it has `--nofetch` working. It fetches plugins into `plugins` directory (not in `node_modules`).
What we would like to have: - To be on the latest version of Cordova - To keep using Yarn (and `yarn.lock`) as we do (and not use `npm` / `package-lock.json`) Cordova 8 doesn't have `--nofetch`, so when we run e.g `cordova platform add android` it "screws" our `node_modules` folder, cause Yarn and npm are incompatible in a way they store files in `node_modules`. Since I see the effort to help from your side - I'll do my best to test it with the nightly build as you suggested! [ Full content available at: https://github.com/apache/cordova-cli/issues/303 ] This message was relayed via gitbox.apache.org for [email protected]
