Hi,
As official plugin looks not maintained anymore and outdated, I try to use your @xenobytezero/strapi-plugin-react-editorjs fork but I've the error :
Failed to load Toolpack
Could not find package editorjs-default-toolpack
I installed the plugin and this toolpack repo like this :
{
"dependencies": {
"@xenobytezero/editorjs-default-toolpack": "xenobytezero/editorjs-default-toolpack#main",
"@xenobytezero/strapi-plugin-react-editorjs": "xenobytezero/strapi-plugin-react-editorjs#dev/custom",
}
}
and try with many different config but I always have the same error (Could not find package <package name>)
//config/plugins.js
module.exports = ({ env }) => ({
editorjs: {
config: {
toolpack: '@xenobytezero/editorjs-default-toolpack'
}
}
});
Thank you for your help.
Hi,
As official plugin looks not maintained anymore and outdated, I try to use your @xenobytezero/strapi-plugin-react-editorjs fork but I've the error :
I installed the plugin and this toolpack repo like this :
{ "dependencies": { "@xenobytezero/editorjs-default-toolpack": "xenobytezero/editorjs-default-toolpack#main", "@xenobytezero/strapi-plugin-react-editorjs": "xenobytezero/strapi-plugin-react-editorjs#dev/custom", } }and try with many different config but I always have the same error (
Could not find package <package name>)Thank you for your help.