`"jasmine": "^3.1.0"` really means `"jasmine": "^3.2.0"`, which you can see in 
the changes to `package-lock.json`; I recall [email protected] not working on some 
other packages.

If you really meant [email protected] then please use tilde (`~`) as in:

    "jasmine": "~3.1.0",

If you are sure that [email protected] will work then please update as `"jasmine": 
"^3.2.0"` to avoid any possible confusion.

[ Full content available at: https://github.com/apache/cordova-osx/pull/56 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to