[
https://issues.apache.org/jira/browse/CB-6232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
jcesarmobile closed CB-6232.
----------------------------
Resolution: Cannot Reproduce
I can't reproduce, so it's probably fixed.
If somebody still faces this issue, please, report it on
https://github.com/apache/cordova-cli/issues
> Failed to add plugin if project path contained words 'build'
> ------------------------------------------------------------
>
> Key: CB-6232
> URL: https://issues.apache.org/jira/browse/CB-6232
> Project: Apache Cordova
> Issue Type: Bug
> Components: cordova-plugman
> Affects Versions: 3.4.0
> Environment: mac, osx 10.9.2
> plugman 0.20.2
> Reporter: qi
> Priority: Major
>
> I created a project named ios-build, then it just can't add any plugins.
> Finally I figured out it was a regexp error at plugman/src/platforms/ios.js
> line 175
> config_files = config_files.filter(function (val) {
> return !(/^build\//.test(val)) &&
> !(/\/www\/config.xml$/.test(val));
> });
> The workaround was simply removing the 'build' from name
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]