Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught ReferenceError: jasmine is not defined #51

Open
kkartunov opened this issue Mar 18, 2014 · 0 comments
Open

Uncaught ReferenceError: jasmine is not defined #51

kkartunov opened this issue Mar 18, 2014 · 0 comments

Comments

@kkartunov
Copy link

Hey nice approach and library!

Have installed it globally via:

sudo npm install autodoc -g

then wanted to test the documentation functionality but got this :(
image

what could be the reason?
Event tried and installed jasmin-node also as global to see if it helps...
sudo npm install jasmin-node -g
but it did not.

I am running node v0.10.24 on Ubuntu 12.04LTS if it is relevant.

The file I'm trying to document is very basic one, something like:

/** Aplication object and ...blabla */
(function(){
/** Some API */
 return {

}
}());

Help will be appreciated!
Thanks

hippich added a commit to hippich/autodoc that referenced this issue Aug 30, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant