You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Nikhil Khandelwal (JIRA)" <ji...@apache.org> on 2016/03/15 06:22:33 UTC

[jira] [Commented] (CB-10869) Cannot update plugin from 3.1.0 to 3.2.1

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

Nikhil Khandelwal commented on CB-10869:
----------------------------------------

This is an unfortunate side effect of plugin pinning. You will have to do:

 cordova plugin add cordova-plugin-splashscreen@3.2.1 --save

with cordova-cli 6.0.0.

In upcoming cordova-cli, we will remove plugin pinning as it causes confusion like you just saw. This blog post has details of plugin pinning: http://cordova.apache.org/news/2016/01/28/tools-release.html

> Cannot update plugin from 3.1.0 to 3.2.1
> ----------------------------------------
>
>                 Key: CB-10869
>                 URL: https://issues.apache.org/jira/browse/CB-10869
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CordovaLib
>    Affects Versions: 6.0.0
>         Environment: Your system information:
> Cordova CLI: 6.0.0
> Gulp version:  CLI version 3.9.1
> Gulp local:   Local version 3.9.1
> Ionic Version: 1.2.1-nightly-1867
> Ionic CLI Version: 2.0.0-beta.19
> Ionic App Lib Version: 2.0.0-beta.9
> ios-deploy version: 1.8.5
> ios-sim version: 5.0.6
> OS: Mac OS X El Capitan
> Node Version: v4.2.3
> Xcode version: Xcode 7.2.1 Build version 7C1002
>            Reporter: Jørgen Notland
>              Labels: build, update
>
> cordova plugin rm cordova-plugin-splashscreen --save
> and then
> cordova plugin add cordova-plugin-splashscreen --save
> leaves me with
> <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
>            id="cordova-plugin-splashscreen"
>       version="3.1.0">
> I think there is an error here becuase the version of the plugin doesnt get updated to 3.2.1
> I also have this error when i do cordova build ios, but this is for version 3.10



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

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