[
https://issues.apache.org/jira/browse/CB-10564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15249453#comment-15249453
]
Alex Buijs commented on CB-10564:
---------------------------------
These are the steps to reproduce:
{code}
mkdir test && cd test
cat > package.json
{"private": true, "dependencies": {"cordova-plugin-file": "4.1.1",
"cordova-plugin-file-transfer": "1.5.0"}}
ctrl-d
npm install
{code}
The output will be:
{code}
├── UNMET PEER DEPENDENCY [email protected]
└── [email protected]
npm WARN [email protected] requires a peer of
cordova-plugin-file@^3.0.0 but none was installed.
{code}
Which is quite obvious, since this plugin has the following line in it's
package.json:
{code}
"peerDependencies": {
"cordova-plugin-file": "^3.0.0"
}
{code}
> Unmet peer dependency
> ---------------------
>
> Key: CB-10564
> URL: https://issues.apache.org/jira/browse/CB-10564
> Project: Apache Cordova
> Issue Type: Bug
> Components: Plugin File Transfer
> Reporter: Alex Buijs
> Priority: Trivial
> Labels: triaged, wfc
>
> Because the latest cordova-plugin-file is on 4.0.1, NPM emits this warning:
> {quote}
> npm WARN [email protected] requires a peer of
> cordova-plugin-file@^3.0.0 but none was installed.
> {quote}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]