1:准备工作的环境要求均已部署完成
2:开发环境运行也没有问题
3:就是构建jar包的时候一直在报错误
构建jar包失败
`> Task :ui:pnpmSetup FAILED
npm error code ERR_INVALID_URL
npm error Invalid URL
npm error A complete log of this run can be found in: C:\Users\30428\AppData\Local\npm-cache_logs\2024-11-27T11_39_06_686Z-debug-0.log

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':ui:pnpmSetup'.

Process 'command 'npm.cmd'' finished with non-zero exit value 1

  • Try:

Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
Get more help at https://help.gradle.org.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

For more on this, please refer to https://docs.gradle.org/8.8/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.

BUILD FAILED in 23s
`

21 天 后

关键日志:

Execution failed for task ':ui:pnpmSetup'.

检查 pnpm 是否正确安装。