Vaadin Whitelabel错误页面“无法安装节点”
我正在使用Vaadin Sping Boot Web App启动器,每次运行应用程序Java文件启动网页时,我总是会
There was an unexpected error (type=Internal Server Error, status=500). java.lang.IllegalStateException: Failed to install Node"
收到数百条错误消息,均与Node或Zip End End Header有关。 即使我在笔记本电脑上安装了Node.js。 我正在使用JDK 18,Windows 10,Intellij Community Edition 2022.1.2和Vaadin 22。 关于如何使我的本地主机启动和运行的任何帮助将不胜感激。
I am using the Vaadin sping boot web app starter and everytime I run the application java file to start the web page, I always get
There was an unexpected error (type=Internal Server Error, status=500). java.lang.IllegalStateException: Failed to install Node"
Followed by hundreds of lines of error messages all related to either node or zip END header not found.
Even though I have Node.js installed on my Laptop.
I'm using JDK 18, Windows 10, IntelliJ community edition 2022.1.2 and Vaadin 22.
Any help on how to get my localhost up and running would be greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
由于您没有提及您使用的任何构建自动化工具,因此可以通过安装两个缺少的工具( node.js 和 npm )来解决问题。
Since you did not mention any build automation tool that you use, you can solve the problem by installing two missing tools (Node.js and npm) manually.