Hi: I am trying to integrate the component into my project (spring-boot 2.1

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

Hi. Thanks for the report, I’ve created an issue https://github.com/pleku/wysiwyg-e-java/issues/14 and will try to reproduce it and if it does then fix it.

We had something similar and found that the problem was that the git command wasn’t available from the maven npm call.
So if you use Windows and haven’t installed git to be in the general PATH variable that could be the cause of the problem.

I am developing on windows. I will try and tell you the result.

Thank you very much, HLicea

Hi, just wanted to point out that the newly released 2.0.0 version of the add-on should not have this issue anymore ! At least I did not get it.

Solved, thank you very much