Open mziyut opened 2 years ago
similar issue: Error: HonKit doesn't satisfy the requirements of this plugin: gitbook-plugin-prism require >=2.4.1 <4.0.0
my option: prefer second one honkit-plugin-prism
I created honkit-plugin-prism by forking in order to solve this problem quickly. I have also published it on npm.
https://github.com/mziyut/honkit-plugin-prism https://www.npmjs.com/package/honkit-plugin-prism
I'm not sure if it will be helpful to you.
I'm using this plugin in HonKit forked from GitBook. HonKit recently released v4.0.0 and this plugin does not work with the latest HonKit
Honkit requires a gitbook or honkit description in the engines description, with the gitbook definition taking precedence
https://github.com/honkit/honkit/blob/32e906fc392accc23940e99e284efea005398544/packages/honkit/src/plugins/validatePlugin.ts#L18-L19
The engines definition of gitbook-plugin-prism is not intended for use with v4.0.0, so you will get an error if you try to use this plugin with Honkit
https://github.com/gaearon/gitbook-plugin-prism/blob/34f434cbec867413ad9ae3c4302049318873d00a/package.json#L10-L12
I'm considering the following options. I would like to hear opinions.
honkit-plugin-prism
.Please let me know if there is a better way other than the above. I'm prepared to create a pull request to resolve this issue.