javascript - Karma does not start from the cmd -
there library karma.
the version of node.js - 0.10.26.
the instructions indicated creation of configuration file on command line required execute command:
karma init
however, if while executing command displays error:
"karma" not internal or external command, operable programme or batch file.
in environment variables in "path" set path "npm" , "karma / bin"
c:\users\username\appdata\roaming\npm; c:\users\username\appdata\roaming\npm\node_modules\karma\bin
node.js , karma reinstalled - not help
tell me, please, how solve problem?
issue has been resolved.
for right operation of "karma", must install "karma-cli":
npm install-g karma-cli
javascript node.js cmd karma-runner
No comments:
Post a Comment