ckeditor5
ckeditor5 copied to clipboard
Failed to resolve module specifier started with ampersand
- Install CKEditor5:
npm install --save @ckeditor/ckeditor5-build-decoupled-document
- Then install CKFinder:
npm install --save @ckeditor/ckeditor5-ckfinder
- Try to import CKFinder into script as recommended:
<script type="module">
import CKFinder from "@ckeditor/ckeditor5-ckfinder/src/ckfinder";
DecoupledDocumentEditor
.create(document.querySelector('.editor'), {...
Expects - normal import because it's used as written in CKFinder documentation. Actual - it produces error in browser console:
Uncaught TypeError: Failed to resolve module specifier "@ckeditor/ckeditor5-ckfinder/src/ckfinder". Relative references must start with either "/", "./", or "../".
What's wrong?
No reaction ((((
There has been no activity on this issue for the past year. We've marked it as stale and will close it in 30 days. We understand it may be relevant, so if you're interested in the solution, leave a comment or reaction under this issue.
We've closed your issue due to inactivity over the last year. We understand that the issue may still be relevant. If so, feel free to open a new one (and link this issue to it).