You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The --nofetch option has been removed (I can't remember in which version). The --nosave option is basically broken because of behavior of npm we can't control and thus is probably going to be removed in Cordova 10.
The recommendation of the Cordova team is to save your platforms and plugin dependencies to package.json and to not commit your platforms and plugins folders.
Bug Report
cordova plugin add flags --nosave --nofetch not working
What is expected to happen?
no changes to android.json, ios.json, fetch.json
What does actually happen?
plugin gets added to android.json, ios.json, fetch.json
Information
Command or Code
cordova plugin add ./localPlugins/someLocalPlugin/ --nosave --nofetch
Version information
[email protected] with:
[email protected]
[email protected]
[email protected]
[email protected]
Environment:
OS: darwin
Node: v10.9.0
npm: 6.2.0
Checklist
The text was updated successfully, but these errors were encountered: