Open andy-polhill opened 10 years ago
Is it possible to run a local installation of karma? The karma documentation specifies..
$ npm install karma # Start Karma $ ./node_modules/.bin/karma start
Due to a few limitations I cannot install the karma-cli tools on the build machine. So I can run it manually with the above, but cannot get it to Grunt.
Not sure what the issue is, grunt-karma does not use karma-cli it always uses a local installation of karma.
karma-cli
Is it possible to run a local installation of karma? The karma documentation specifies..
Due to a few limitations I cannot install the karma-cli tools on the build machine. So I can run it manually with the above, but cannot get it to Grunt.