[
https://issues.apache.org/jira/browse/CB-12570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15932982#comment-15932982
]
ASF GitHub Bot commented on CB-12570:
-------------------------------------
Github user stevengill commented on a diff in the pull request:
https://github.com/apache/cordova-cli/pull/271#discussion_r106771920
--- Diff: doc/readme.md ---
@@ -82,12 +82,12 @@ Certain commands have options (`platformOpts`) that are
specific to a particular
cd myApp
# Add camera plugin to the project and remember that in config.xml
cordova plugin add cordova-plugin-camera --save
- # Add camera plugin to the project and remember that in
config.xml. Use npm install to fetch.
- cordova plugin add cordova-plugin-camera --save --fetch
+ # Add camera plugin to the project and remember that in
config.xml. Do not use npm install to fetch.
--- End diff --
similar here. Mention that --nofetch uses pre cordova@7 fetching methods
instead of cordova-fetch which uses npm install under the hood
> make --fetch true by default, make --nofetch flag
> -------------------------------------------------
>
> Key: CB-12570
> URL: https://issues.apache.org/jira/browse/CB-12570
> Project: Apache Cordova
> Issue Type: Improvement
> Components: CLI
> Reporter: Steve Gill
> Assignee: Audrey So
> Labels: cordova-7.0.0
> Fix For: 7.0.0
>
>
> We want to make --fetch true by default so all platform/plugin add/rm uses
> cordova-fetch under the hood.
> Similar to how autosave was handled in
> https://github.com/apache/cordova-cli/pull/266
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]