So ive been trying for a while to install readium cloud reader. I ran into a few problems I fixed and I thought I installed it correctly but I cant seem to get any of my unzipped or zipped epubs to work.
Here are the instructions for installation I followed:
- Install Node.js (details depend on your operating system)
- Install the Grunt build tool using the command line:
npm install -g grunt-cli
From the command line run:
git clone https://github.com/readium/readium-js-viewer.git
From the command line run
cd readium-js-viewer
- From the command line run
git submodule update --init --recursive
- From the command line run
npm install
(in the readium-js-viewer directory) - From the command line run
cd readium-js
- From the command line run
npm install
(a second time in the readium-js directory)
After this I changed directory into the parent directory then I ran the grunt command grunt cloudReader
but I get an error stating that there are no grunt files. I thought running the last npm install would also generate the grunt files from the package.json. I looked at the npm debug log but I cant see any meaningful error messages. Can anyone help?