You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 7, 2025. It is now read-only.
On my Windows 10 machine, I used the MSI installer to setup v4 (I'd rather avoid upgrading to v5 for now).
On my OSX machine, I used the package installer to setup v4, but I wanted to upgrade to v5. Simply installing the v5 package over v4 did not work (failure to execute even the simplest NPM build command). So, I did the following and it all worked fine thereafter:
sudo rm -rf /usr/local/lib/node_modules
install NodeJS v5 OSX package
cd readium-js-viewer + rm -r node_modules
cd readium-js + rm -r node_modules
cd readium-shared-js + rm -r node_modules
cd readium-cfi-js + rm -r node_modules
navigate back inside readium-js-viewer top-level folder, and invoke npm run prepare