Skip to content

Could not find package editorjs-default-toolpack #1

@lenybernard

Description

@lenybernard

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions