-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Installation problems #17
Comments
|
I apologize that the experience of installation was less than ideal for your flavor of ubuntu distro. 😞 Installing node and and npm can get a little tricky, especially with libraries like the Coming to issues [3], [6], and [7] of documentation, templates and framework bugs. I'll be taking some of these up tonight. I haven't had the time to complete Bookiza.js, and only a buggy version of it is currently deployed inside of the Bookiza framework (CLI). My hope is to replace that buggy lib with a new more complete version as soon as the spec of Superbook format is finalized. 🤞🏻 |
Maybe this will help:
Firefox starts and displays a single black page with a grey arrow bar. |
Ah, I see. It's probably related to this issue with node earlier. On the Heidi book, I recommend LMK how it goes! |
So I cloned the Bookiza manual from GitHub It opens with the flapping butterfly title page full width of the page. No controls work. Console shows
|
Yeah, this is from that bookiza.js that isn't complete. Since I publish books by converting markdowns into Superbooks automatically, I do not have to start the I guess there's no way around this now. Will take up rewriting |
OUCH! Wut? So I will have no way to use bookiza, for now? |
I encountered some ambiguities and errors in installation instructions
Neither
sudo apt install git-scm
nornpm install -g git-scm
work at all. What is it?bookiza --version
does not work (bookiza --VERSION
does)Xubuntu 20.04 has done away with
python2
, so it also should be listed as a prerequisite.Then, showstopper bug apparently ...
but, in fact it was due to assuming
nvm install node
andnvm use node
. Prerequisites should not specify simplyNode >=8.11.3
, instead it should be8.11.2 < Node < 15
. So ...nvm install 14
andnvm use 14
, did work.novella
,magazine
etc are suggested, but there is no documentation to give any idea what might be the differences and relative advantages of each one.The text was updated successfully, but these errors were encountered: