This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 243717 - Issues creating HTML5 cordova project.
Summary: Issues creating HTML5 cordova project.
Status: RESOLVED INCOMPLETE
Alias: None
Product: web
Classification: Unclassified
Component: Cordova (show other bugs)
Version: 3.x
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-10 07:05 UTC by supawoman
Modified: 2014-04-25 09:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (258.65 KB, text/plain)
2014-04-10 07:05 UTC, supawoman
Details

Note You need to log in before you can comment on or make changes to this bug.
Description supawoman 2014-04-10 07:05:28 UTC
Product Version = NetBeans IDE 8.0 (Build 201403101706)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.8.0
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.0-b70
When attempting to create an HTML5 project using Cordova, the error message "NetBeans cannot find cordova or git on your PATH. Please install cordova and git". I have cordova 3.4.1-0.1.0 and git 1.9.0 installed. Because of this error I am unable to create an HTML5 cordova project.
Comment 1 supawoman 2014-04-10 07:05:32 UTC
Created attachment 146662 [details]
IDE log
Comment 2 Jan Becicka 2014-04-11 09:10:00 UTC
please go to comman line and following commands:
cordova -v
git --version
where cordova
where git

and attach output here. Thanks.