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
README.md says "Kindlegen will be installed automatically" and "Kindlegen must NOT be in PATH, will be downloaded on install!" however that doesn't appear to work anymore. During npm install I see the error:
> [email protected] install
> node install.js
fail to download
/Users/x/kindle-periodical/install.js:19
throw Error(err);
^
Error: HTTPError: Response code 403 (Forbidden)
at /Users/x/kindle-periodical/install.js:19:15
at processTicksAndRejections (node:internal/process/task_queues:96:5)
It's my understanding Amazon replaced kindlegen with other software so perhaps this is not surprising.
The text was updated successfully, but these errors were encountered:
README.md says "Kindlegen will be installed automatically" and "Kindlegen must NOT be in PATH, will be downloaded on install!" however that doesn't appear to work anymore. During
npm install
I see the error:It's my understanding Amazon replaced kindlegen with other software so perhaps this is not surprising.
The text was updated successfully, but these errors were encountered: