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 268477 - Karma brings message incorrect karma set? while starting
Summary: Karma brings message incorrect karma set? while starting
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Testing (show other bugs)
Version: 8.2
Hardware: PC Other
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-12 10:18 UTC by Christian Lenz
Modified: 2016-10-12 10:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Lenz 2016-10-12 10:18:57 UTC
Everything in karma is set correctly. I set the path to the karma.cmd, I have a conf file and when I stry to start karma at the project node, after 3 seconds I got this messasge: Karma cannot start (incorrect Karma set?), review IDE log for details. I had a look in the log but there is no helping info for this.

When I start "karma start" in the console, there is an error with the given framework:jasmine, I wanted to install it but it doesn't work atm (Peer dependencies, no problem with NetBeans, only for info.)

I tried WebStorm and add a karma run configuration, set the conf and set the path to the karma file but NOT to the karma.cmd, only to the karma file and everything is working.

When I set it to the karma file in NetBeans, after starting karma, it gives the error "Not a win32 application" which is correct, because I need the karma.cmd.

So I can't use karma inside NetBeans anymore.


Cheers

Chris