-
Notifications
You must be signed in to change notification settings - Fork 67
can't install doctorjs #55
Comments
sorry. checking out the old version of narcissus fixes the problem. |
Can you explain checking out narcissus? What is that? |
1: go to docjs directory and git clone https://github.com/mozilla/narcissus.git |
I'm getting a similar installation error:
As per your suggestion I did this: Now that I have Narcissus, which old version am I supposed to checkout? There are so many old commits. Here is the error when I try to
And when I |
@larryhe Thanks! |
@omrihar 4ae5aff |
That commit id won't do it. The narcissus dir is empty because it's a git submodule dir. you have to init that to get the latest version (that works) (to be explizit: commit id #4ae5aff8b3c9bc76eef557b9a769813bdf1e2741 ... but just init should be enough!), will work. |
Can you add those instructions to the README so people who use the repo home page don't have to scroll through issue after issue to find the solution? |
You can also try Tern.js (http://ternjs.net/). |
@Powpow-Shen why should I do ternjs? It's not a challenge ... I'm trying to be educated here. Thanks. |
It's been a long time from last time I used doctorjs. But if I remembered correctly, doctorjs doesn't build the index very well. It's not easy to find the definitions of functions with the help of doctorjs. And ternjs isn't doing perfect too. But ternjs is still improving, and doctorjs had stopped. |
as title said, when i run make install on my machine, it will fail as following: narcissus is empty. go to narcissus repository but found its file names are totally different from the ones listed below. any ideas??
install: cannot stat ‘narcissus/lib/jsbrowser.js’: No such file or directory
install: cannot stat ‘narcissus/lib/jsdecomp.js’: No such file or directory
install: cannot stat ‘narcissus/lib/jsdefs.js’: No such file or directory
install: cannot stat ‘narcissus/lib/jsdesugar.js’: No such file or directory
install: cannot stat ‘narcissus/lib/jsexec.js’: No such file or directory
install: cannot stat ‘narcissus/lib/jslex.js’: No such file or directory
install: cannot stat ‘narcissus/lib/jsparse.js’: No such file or directory
install: cannot stat ‘narcissus/lib/jsresolve.js’: No such file or directory
make: *** [install] Error 1
The text was updated successfully, but these errors were encountered: