MortenHoustonLudvigsen / KarmaTestAdapter

A Visual Studio test explorer adapter for Karma
MIT License
20 stars 14 forks source link

Run without npm (set path to karma and node) ? #56

Open stefan1000 opened 8 years ago

stefan1000 commented 8 years ago

We are using nodejs and karma from a fixed location (without npm). Would it be possible to directly define the location of karma / nodejs e.g. using an environment variable ?

Currently it fails in the init phase when trying to locate npm.cmd. Is npm only used to find karma ?