@Kyrax80 wrote:
Hello guys, I have the following plugins in my
package.json
:"cordova-plugin-ionic": "4.1.7", "cordova-plugin-ionic-webview": "1.2.1"
I need them to be that specific version, no more no less. But if I do
ionic cordova run android
, for example, it adds the caret^
before the version, which will cause next person that download and install that project from a repository to get errors because of version changes, for example thecordova-plugin-ionic
plugin goes to4.2.0
.How can’t I prevent this?
Thanks.
Posts: 3
Participants: 2