Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在开发一个项目,并希望使用 Cypress 为我在 React 中制作的应用程序编写测试。然而,Maven 似乎正在行动起来,在使用了很多 Google-Fu 之后,我被卡住了。似乎我缺少模块的某些部分,但我无法找到哪种模块。这是所述失败的图像。
我错过了什么?提前致谢。
缺少包 maven 编译器插件报告在 mozilla rhino jar 中。尝试将以下依赖项添加到您的 pom.xml
<dependency> <groupId>org.mozilla</groupId> <artifactId>rhino</artifactId> <version>1.7.8</version> </dependency>