Hi:
I am trying to integrate the component into my project (spring-boot 2.1.7, vaadin 14.0.11) but when executing the project (mvn spring-boot:run) it gives me the following error
Failed to find the following imports in the `node_modules` tree:
- wysiwyg-e/tools/strike.js
- wysiwyg-e/tools/unordered.js
- wysiwyg-e/tools/code.js
- wysiwyg-e/tools/video.js
- wysiwyg-e/tools/italic.js
- wysiwyg-e/wysiwyg-e.js
- wysiwyg-e/tools/bold.js
- wysiwyg-e/tools/table.js
- wysiwyg-e/tools/underline.js
- wysiwyg-e/tools/blockquote.js
- wysiwyg-e/tools/ordered.js
- wysiwyg-e/tools/link.js
- wysiwyg-e/tools/justify.js
- wysiwyg-e/tools/color.js
- wysiwyg-e/tools/clear.js
- wysiwyg-e/tools/heading.js
- wysiwyg-e/tools/outdent.js
- wysiwyg-e/tools/audio.js
- wysiwyg-e/tools/image.js
- wysiwyg-e/tools/indent.js
- .....
How can i fix it?
Best regards, HLicea