-
Notifications
You must be signed in to change notification settings - Fork 13
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
Can't run as binary #20
Comments
Tried patching it in my little test project:
But I hit another snag:
When the script sourced from const publication_link_1 = require("../models/publication-link"); |
Refs: Lines 86 to 88 in 26bde38
==> https://unpkg.com/[email protected]/dist/es6-es2015/src/_utils/cli.js Also note: Lines 130 to 132 in 26bde38
Usage instructions: https://github.com/readium/r2-shared-js/blob/develop/README.md#developer-quick-start |
Instead of invoking
Strange! It's definitely there: https://unpkg.com/[email protected]/dist/es8-es2017/src/models/publication-link.js |
@danielweck Not sure what was happening... Your comments make sense to me. Ran it again and it worked. 😕 |
Found out I got that |
Same issue as readium/r2-streamer-js#44
My use case here is to batch process EPUB publication files from within the NPM package.json scripting mechanism.
Example:
The text was updated successfully, but these errors were encountered: