Benjamin Reed created CB-5918:
---------------------------------
Summary: Cordova on Windows: RangeError: Maximum call stack size
exceeded
Key: CB-5918
URL: https://issues.apache.org/jira/browse/CB-5918
Project: Apache Cordova
Issue Type: Bug
Components: WP7
Affects Versions: 3.3.0
Environment: Windows 7 SP1
Reporter: Benjamin Reed
Assignee: Jesse MacFadyen
Priority: Blocker
I have an existing project (http://github.com/RangerRick/CruiseMonkey) which
builds and works on iOS and Android on my mac.
I'm attempting to add WP7 support. I've checked out my project on my Windows 7
PC, installed Cordova, and when I run "cordova platform add wp7" I get the
following error:
{code}D:\Users\ranger\rcs\CruiseMonkey>cordova platform add wp7
path.js:226
joined = joined.replace(/^[\\\/]{2,}/, '\\');
^
RangeError: Maximum call stack size exceeded
D:\Users\ranger\rcs\CruiseMonkey>cordova --version
3.3.1-0.1.2{code}
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)