[ 
https://issues.apache.org/jira/browse/CB-11978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15709265#comment-15709265
 ] 

Audrey So commented on CB-11978:
--------------------------------

How should this look in package.json? Should the spec go into the dependencies?

```     "cordova": {
        "platforms": [
            "ios"
        ],
        "plugins": {
            "cordova-plugin-geolocation": {}
        }
    },
    "dependencies": {
        "cordova-plugin-geolocation": "../../cordova-plugin-geolocation"
    } ```

> [--fetch] adding platforms/plugins via localpath should go through 
> cordova-fetch
> --------------------------------------------------------------------------------
>
>                 Key: CB-11978
>                 URL: https://issues.apache.org/jira/browse/CB-11978
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: cordova-fetch, CordovaLib
>    Affects Versions: 6.3.0
>            Reporter: Steve Gill
>              Labels: cordova-7.0.0
>
> cordova plugin add localPath --save --fetch
> * currently, doesn’t add this to `package.json`
> * in config.xml, adds `<plugin name="cordova-plugin-geolocation" 
> spec="../../cordova-plugin-geolocation" />`
> * `npm install localpath —save` adds `"cordova-plugin-geolocation": 
> "file:///Users/steveng/repo/cordova/cordova-plugin-geolocation”` in 
> `package.json`
> Need to make local paths go through fetch so they get saved in package.json 
> too. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to