jaeger-ui项目win系统安装依赖报错问题

jaeger-ui项目win系统安装依赖报错问题_第1张图片

$ lerna run --stream --sort prepublishOnly
lerna notice cli v3.13.0
lerna info versioning independent
lerna info Executing command in 1 package: "yarn run prepublishOnly"
@jaegertracing/plexus: yarn run v1.22.19
@jaegertracing/plexus: $ $npm_execpath build
@jaegertracing/plexus: '$npm_execpath' �����ڲ����ⲿ���Ҳ���ǿ����еij���
@jaegertracing/plexus: ���������ļ���
@jaegertracing/plexus: error Command failed with exit code 1.
@jaegertracing/plexus: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
lerna ERR! yarn run prepublishOnly exited 1 in '@jaegertracing/plexus'
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

 mac上面是正常的   win系统上面运行会出现上面错误   怎么解决呢

使用Windows操作系统进行开发?

虽然我们本身不支持 Windows 操作系统运行 Jaeger UI 开发环境,但您可以使用 WSL 来运行它。

以下是一些需要遵循的步骤:

  1. 安装 WSL: https: //learn.microsoft.com/en-us/windows/wsl/install
  2. 安装 Node.JS:Set up Node.js on WSL 2 | Microsoft Learn
  3. 将 WSL 环境与 VSCode 连接:Set up Node.js on WSL 2 | Microsoft Learn
  4. 使用 VSCode 中的 WSL 终端并按照上述 jaeger UI 安装步骤进行操作。

你可能感兴趣的:(前端)