We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@contentful/field-editor-rich-text
constate
package.json
Missing dependency on constate in package.json means that npm i @contentful/field-editor-rich-text leads to an unusable install.
npm i @contentful/field-editor-rich-text
Node version v20.10.0 NPM version 10.2.3
Installation structure showcasing the constate install location, which isn't resolvable from @contentful/field-editor-rich-text:
> find node_modules -type d | fgrep constate node_modules/@contentful/field-editor-reference/node_modules/constate node_modules/@contentful/field-editor-reference/node_modules/constate/dist node_modules/@contentful/field-editor-reference/node_modules/constate/dist/ts node_modules/@contentful/field-editor-reference/node_modules/constate/dist/ts/test node_modules/@contentful/field-editor-reference/node_modules/constate/dist/ts/src node_modules/@contentful/field-editor-reference/node_modules/constate/src
The text was updated successfully, but these errors were encountered:
Thanks for the report. This was fixed a day ago.
Sorry, something went wrong.
No branches or pull requests
Missing dependency on
constate
inpackage.json
means thatnpm i @contentful/field-editor-rich-text
leads to an unusable install.Node version v20.10.0
NPM version 10.2.3
Installation structure showcasing the
constate
install location, which isn't resolvable from@contentful/field-editor-rich-text
:The text was updated successfully, but these errors were encountered: