Yes, there is an issue with 3.2.0 but not all repos show the problem. This repo worked OK with 3.2.0 when I tested.
*Hopefully my package-lock.json was deleted.*🤣 The other repos will not be able to upgrade until the issue is fixed. Or we have to identify another way around for those tests. Being either changes in the test or code itself. Depending where the issues originate and what is required to work around their change. Anyways, I can either 1. Bump to `^3.2.0` as your preference. 2. Or change to `~3.1.0` to match other repos. There will always be confusion for those who don't understand `^`. Even if set to `^3.2.0`, it is possible they release a minor or patch revision and somebody decided to delete the package-lock.json to do a fresh install. [ Full content available at: https://github.com/apache/cordova-osx/pull/56 ] This message was relayed via gitbox.apache.org for [email protected]
