[
https://issues.apache.org/jira/browse/CB-9976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15011164#comment-15011164
]
ASF subversion and git services commented on CB-9976:
-----------------------------------------------------
Commit fcb612fcbf8e74b709cab96c81e792c2df6ed53b in cordova-lib's branch
refs/heads/master from [~vladimir.kotikov]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-lib.git;h=fcb612f ]
CB-9976 Reinstall plugins for platform if they were installed with
cordova@<5.4.0. This closes #344
> Updating to cordovaLib 5.4.0 breaks ios installed plugins
> ---------------------------------------------------------
>
> Key: CB-9976
> URL: https://issues.apache.org/jira/browse/CB-9976
> Project: Apache Cordova
> Issue Type: Bug
> Components: CordovaLib
> Reporter: Steve Gill
> Assignee: Vladimir Kotikov
>
> cordova_plugins.js doesn't get created for ios when updating from an older
> cli to a newer cli.
> Have to remove and add plugins manually to get plugins working again.
> Reproduce (need to use npm < 3):
> npm install -g [email protected]
> cordova create helloWorld
> cd helloWorld
> cordova platform add ios
> cordova plugin add cordova-plugin-device
> cordova prepare (helloWorld/platforms/ios/www/cordova_plugins.js is created)
> npm install -g [email protected]
> cordova prepare (helloWorld/platforms/ios/www/cordova_plugins.js doesn't
> exist)
> `helloWorld/platforms/ios/ios.json` is also incorrect in the updated version.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]