We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
fresh install of ljthw and gitbook make returns gitbook build make: *** [_book/index.html] Error 1
Hate going down these rabbit holes.
The text was updated successfully, but these errors were encountered:
@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 ;)
Sorry, something went wrong.
I hit this error too. After trying to recreate the book in a new file I and running gitbook init I received the error
gitbook init
/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.
make
Note that the compilation also requires calibre to be installed.
You have to install the command line tools for calibre too:
ln -s /Applications/calibre.app/Contents/MacOS/ebook-convert /usr/local/bin
No branches or pull requests
fresh install of ljthw and gitbook
make returns
gitbook build
make: *** [_book/index.html] Error 1
Hate going down these rabbit holes.
The text was updated successfully, but these errors were encountered: