Hi,
I installed jasmine globally, but cannot get it to run. I run npm view jasmine version
and it shows I got the latest version 3.1.0.
When I go to the the exercise directory and run jasmine helloWorld.spec.js
, I get the following output: bash: jasmine: command not found
.
Any idea what is going wrong?
Thanks!
J