Vaadin Whitelabel错误页面“无法安装节点”

发布于 2025-02-04 15:00:35 字数 385 浏览 1 评论 0原文

我正在使用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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

猫烠⑼条掵仅有一顆心 2025-02-11 15:00:35

由于您没有提及您使用的任何构建自动化工具,因此可以通过安装两个缺少的工具( node.js npm )来解决问题。

  1. 转到< https://nodejs.org/en/download
  2. 选择并下载安装程序,
  3. 请确保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.

  1. Go to https://nodejs.org/en/download
  2. Choose and download installer
  3. Make sure npm is also installed (select the option)
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文