Hello,
When trying to npm install --save cke5-react @ckeditor/ckeditor5-build-classic I get the following error:
npm ERR! 404 Registry returned 404 for GET on https://registry.npmjs.org/cke5-react
npm ERR! 404
npm ERR! 404 'cke5-react' is not in the npm registry.
Could you review this?
Thanks in advance
This package wasn't published yet. And it will be called ckeditor5-react or @ckeditor/ckeditor5-react.
For now, you can play with the code in this repository. npm allows installing packages straight from git.
We're going to publish the first dev preview of this package in a couple of days. It will be called @ckeditor/ckeditor5-react. See #5.
i can't !!! same here.
The first version has just been published.
Now using npm install @ckeditor/ckeditor5-react will install the package in version 1.0.0-beta.1.
The feedback is welcomed.
Most helpful comment
The first version has just been published.
Now using
npm install @ckeditor/ckeditor5-reactwill install the package in version1.0.0-beta.1.The feedback is welcomed.