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

make failed #33

Open
iplayfast opened this issue Jun 7, 2016 · 3 comments
Open

make failed #33

iplayfast opened this issue Jun 7, 2016 · 3 comments

Comments

@iplayfast
Copy link

fresh install of ljthw and gitbook
make returns
gitbook build
make: *** [_book/index.html] Error 1

Hate going down these rabbit holes.

@chrisvoncsefalvay
Copy link
Owner

@iplayfast I didn't write the makefile or indeed any of the gitbook stuff..... so I can't fix this, I'm afraid.

Anyone is welcome to chip in ;)

@SteveBronder
Copy link

I hit this error too. After trying to recreate the book in a new file I and running gitbook init I received the error

/usr/bin/env: node: No such file or directory

Googling that error led me here. After running

ln -s /usr/bin/nodejs /usr/bin/node

I went back to the learn julia the hard way directory and ran make just fine.

Note that the compilation also requires calibre to be installed.

@jnederlo
Copy link

You have to install the command line tools for calibre too:

ln -s /Applications/calibre.app/Contents/MacOS/ebook-convert /usr/local/bin

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

4 participants