I'm trying to run the first exercise in Exercism. I have followed the readme instructions and installed Homebrew, and then installed the CLI. Everything went fine.
I then typed in the command line to download the first test - Hello World. Again, this worked fine.
The next instruction was
Execute the tests with:
jasmine-node .
I assume this is to be typed into Terminal? This is what I've tried and it says 'command not found'. There is no other instructions. I've never even come across Jasmine before. I downloaded jasmine-node separately via npm,
npm install jasmine-node -g
...but this has still made no difference.
Can anyone suggest where I am going wrong? Thanks.