readium / readium-js-viewer

👁 ReadiumJS viewer: default web app for Readium.js library
BSD 3-Clause "New" or "Revised" License
550 stars 186 forks source link

Document the need for npm v3 #622

Closed gacelita closed 7 years ago

gacelita commented 7 years ago

It is known that npm run prepare fails with npm >= 4. The current workaround is to execute npm install -g npm@latest-3 (see issue #600). I think this should be added as a note in the README while this remains unsolved. Thanks

danielweck commented 7 years ago

Thank you for your feedback. We really need to rename the "prepare" task, so we can support NPM >= 4. I will look into this. Dan

r-a-y commented 7 years ago

I was wondering why the build process was always failing for me!

Yes, please note the need for npm v3 in the readme.md.

danielweck commented 7 years ago

Related: https://github.com/readium/readium-js/issues/178 and https://github.com/readium/readium-js-viewer/issues/600

danielweck commented 7 years ago

Closing this issue, all discussions / fixes now here https://github.com/readium/readium-js/issues/178