Skip to content

Instantly share code, notes, and snippets.

@stickel
Created July 17, 2015 17:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stickel/ace2e7fbe4e959f1007b to your computer and use it in GitHub Desktop.
Save stickel/ace2e7fbe4e959f1007b to your computer and use it in GitHub Desktop.
Jasmine: command not found
When installing `Jasmine` to run unit tests for an app you may run into the error `command not found` when calling `jasmine` from your project directory. To correct the error, install `Jasmine` globally (`npm install -g jasmine`) and the tests will run properly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment