You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Kevin Vicrey (JIRA)" <ji...@apache.org> on 2013/08/27 20:03:53 UTC

[jira] [Updated] (CB-4680) wp8 CLI - WshShell.Exec: system cannot find the file specified

     [ https://issues.apache.org/jira/browse/CB-4680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Vicrey updated CB-4680:
-----------------------------

    Description: 
When I try to add the platform wp8 in my cordova project, I get this error.

{code}
$ cordova -d platform add wp8
Requesting https://git-wip-us.apache.org/repos/asf?p=cordova-wp8.git;a=snapshot;
h=3.0.0;sf=tgz...
Downloaded, unzipped and extracted 249205 byte response.
Checking if platform "wp8" passes minimum requirements...
Checking wp8 requirements...
Running ""C:\Users\Kevin Vicrey\.cordova\lib\wp8\cordova\3.0.0\wp8\bin\check_req
s"" (output to follow)
C:\Users\Kevin Vicrey\.cordova\lib\wp8\cordova\3.0.0\wp8\bin\check_reqs.js(46, 5
) WshShell.Exec: The system cannot find the file specified.



ERROR: Could not find 'check_reqs.js' in 'bin' folder, aborting...

Error: C:\Users\Kevin Vicrey\.cordova\lib\wp8\cordova\3.0.0\wp8\bin\check_reqs.j
s(46, 5) WshShell.Exec: The system cannot find the file specified.



ERROR: Could not find 'check_reqs.js' in 'bin' folder, aborting...

    at c:\Users\Kevin Vicrey\AppData\Roaming\npm\node_modules\cordova\src\platfo
rm.js:185:42
    at c:\Users\Kevin Vicrey\AppData\Roaming\npm\node_modules\cordova\src\metada
ta\wp8_parser.js:53:13
    at c:\Users\Kevin Vicrey\AppData\Roaming\npm\node_modules\cordova\node_modul
es\shelljs\shell.js:1707:7
    at ChildProcess.exithandler (child_process.js:641:7)
    at ChildProcess.EventEmitter.emit (events.js:98:17)
    at maybeClose (child_process.js:735:16)
    at Process.ChildProcess._handle.onexit (child_process.js:802:5)
{code}

I googled a little, and I found out that it might be related to spaces in path, but I may be wrong.

I also tried cordova 3.0.0rc1

Thanks!

  was:
When I try to add the platform wp8 in my cordova project, I get this error.

{code}
$ cordova -d platform add wp8
Requesting https://git-wip-us.apache.org/repos/asf?p=cordova-wp8.git;a=snapshot;
h=3.0.0;sf=tgz...
Downloaded, unzipped and extracted 249205 byte response.
Checking if platform "wp8" passes minimum requirements...
Checking wp8 requirements...
Running ""C:\Users\Kevin Vicrey\.cordova\lib\wp8\cordova\3.0.0\wp8\bin\check_req
s"" (output to follow)
C:\Users\Kevin Vicrey\.cordova\lib\wp8\cordova\3.0.0\wp8\bin\check_reqs.js(46, 5
) WshShell.Exec: The system cannot find the file specified.



ERROR: Could not find 'check_reqs.js' in 'bin' folder, aborting...

Error: C:\Users\Kevin Vicrey\.cordova\lib\wp8\cordova\3.0.0\wp8\bin\check_reqs.j
s(46, 5) WshShell.Exec: The system cannot find the file specified.



ERROR: Could not find 'check_reqs.js' in 'bin' folder, aborting...

    at c:\Users\Kevin Vicrey\AppData\Roaming\npm\node_modules\cordova\src\platfo
rm.js:185:42
    at c:\Users\Kevin Vicrey\AppData\Roaming\npm\node_modules\cordova\src\metada
ta\wp8_parser.js:53:13
    at c:\Users\Kevin Vicrey\AppData\Roaming\npm\node_modules\cordova\node_modul
es\shelljs\shell.js:1707:7
    at ChildProcess.exithandler (child_process.js:641:7)
    at ChildProcess.EventEmitter.emit (events.js:98:17)
    at maybeClose (child_process.js:735:16)
    at Process.ChildProcess._handle.onexit (child_process.js:802:5)
{code}

I googled a little, and I found out that it might be related to spaces in path, but I may be wrong.

Thanks!

    
> wp8 CLI - WshShell.Exec: system cannot find the file specified
> --------------------------------------------------------------
>
>                 Key: CB-4680
>                 URL: https://issues.apache.org/jira/browse/CB-4680
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CLI, CordovaJS, Windows 8
>    Affects Versions: 3.0.0
>         Environment: Windows8, Cordova 3.0.0
>            Reporter: Kevin Vicrey
>            Assignee: Filip Maj
>
> When I try to add the platform wp8 in my cordova project, I get this error.
> {code}
> $ cordova -d platform add wp8
> Requesting https://git-wip-us.apache.org/repos/asf?p=cordova-wp8.git;a=snapshot;
> h=3.0.0;sf=tgz...
> Downloaded, unzipped and extracted 249205 byte response.
> Checking if platform "wp8" passes minimum requirements...
> Checking wp8 requirements...
> Running ""C:\Users\Kevin Vicrey\.cordova\lib\wp8\cordova\3.0.0\wp8\bin\check_req
> s"" (output to follow)
> C:\Users\Kevin Vicrey\.cordova\lib\wp8\cordova\3.0.0\wp8\bin\check_reqs.js(46, 5
> ) WshShell.Exec: The system cannot find the file specified.
> ERROR: Could not find 'check_reqs.js' in 'bin' folder, aborting...
> Error: C:\Users\Kevin Vicrey\.cordova\lib\wp8\cordova\3.0.0\wp8\bin\check_reqs.j
> s(46, 5) WshShell.Exec: The system cannot find the file specified.
> ERROR: Could not find 'check_reqs.js' in 'bin' folder, aborting...
>     at c:\Users\Kevin Vicrey\AppData\Roaming\npm\node_modules\cordova\src\platfo
> rm.js:185:42
>     at c:\Users\Kevin Vicrey\AppData\Roaming\npm\node_modules\cordova\src\metada
> ta\wp8_parser.js:53:13
>     at c:\Users\Kevin Vicrey\AppData\Roaming\npm\node_modules\cordova\node_modul
> es\shelljs\shell.js:1707:7
>     at ChildProcess.exithandler (child_process.js:641:7)
>     at ChildProcess.EventEmitter.emit (events.js:98:17)
>     at maybeClose (child_process.js:735:16)
>     at Process.ChildProcess._handle.onexit (child_process.js:802:5)
> {code}
> I googled a little, and I found out that it might be related to spaces in path, but I may be wrong.
> I also tried cordova 3.0.0rc1
> Thanks!

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira