chrisvoncsefalvay / learn-julia-the-hard-way

Learn Julia the hard way!
https://app.gitbook.com/@chrisvoncsefalvay/s/learn-julia-the-hard-way/
Other
772 stars 153 forks source link

make failed #33

Open iplayfast opened 8 years ago

iplayfast commented 8 years ago

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

Hate going down these rabbit holes.

chrisvoncsefalvay commented 8 years ago

@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 commented 7 years ago

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 commented 6 years ago

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

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