xperiments / TSDoc

A JSDoc3 base themed generator generator for use with Typescript Projects, uses a highly modified version Docstrap JsDoc3 Template.
MIT License
48 stars 12 forks source link

Error - bad interpreter: No such file or directory #3

Closed Diullei closed 11 years ago

Diullei commented 11 years ago

I installed the tsdoc using:

npm install -g tsdoc

when I try execute:

tsdoc -i

I have the following message:

bash: /usr/bin/tsdoc: /usr/local/bin/node: bad interpreter: No such file or directory

What am I doing wrong?

xperiments commented 11 years ago

What os are you running it?

We have dev for osx , also we know there are some problems in win that we are investigating

On Wednesday, August 14, 2013, Diullei Gomes wrote:

I installed the tsdoc using:

npm install -g tsdoc

when I try execute:

tsdoc -i

I have the following message:

bash: /usr/bin/tsdoc: /usr/local/bin/node: bad interpreter: No such file or directory

What am I doing wrong?

— Reply to this email directly or view it on GitHubhttps://github.com/xperiments/TSDoc/issues/3 .

xperiments commented 11 years ago

Also if you are on OSX or linux, can you test the development branch?

xperiments commented 11 years ago

Diullei can you test if upgrading to v0.0.4 fix the error?

Diullei commented 11 years ago

Hi, I'm using ubuntu. But I have this problem with windows too. I'll test the development branch and the new version (v0.0.4).

Diullei commented 11 years ago

Now, it's working to me. Thanks!