You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Darryl Pogue (JIRA)" <ji...@apache.org> on 2017/11/03 05:05:00 UTC

[jira] [Created] (CB-13532) Cordova fails to find platform/plugin versions in package.json devDependencies

Darryl Pogue created CB-13532:
---------------------------------

             Summary: Cordova fails to find platform/plugin versions in package.json devDependencies
                 Key: CB-13532
                 URL: https://issues.apache.org/jira/browse/CB-13532
             Project: Apache Cordova
          Issue Type: Bug
          Components: cordova-lib
            Reporter: Darryl Pogue
            Priority: Major


Cordova only looks at the {{dependencies}} section of package.json, and ignores anything specified in {{devDependencies}}. This results in the default pinned versions for platforms/plugins being used.

Code in question: https://github.com/apache/cordova-lib/blob/da8ebf6cb81dd84c22e24fdf0baff9837a544b2d/src/cordova/platform/addHelper.js#L109-L113

This is wrong because Cordova (and its related bits) is not a dependency of my application code, it is a build tool that belongs in devDependencies.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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