jaegertracing / jaeger-ui

Web UI for Jaeger
http://jaegertracing.io/
Apache License 2.0
1.15k stars 484 forks source link

make build-binaries-linux error #807

Open wangpu666 opened 3 years ago

wangpu666 commented 3 years ago

Describe the bug

yarn install v1.22.11 [1/4] 🔍 Resolving packages... warning Resolution field "lodash@4.17.21" is incompatible with requested version "lodash@^3.10.0" warning Resolution field "lodash@4.17.21" is incompatible with requested version "lodash@^3.10.0" warning Resolution field "parse5@4.0.0" is incompatible with requested version "parse5@^3.0.1" success Already up-to-date. $ lerna run --stream --sort prepublishOnly node:internal/modules/cjs/loader:936 throw err; ^

Error: Cannot find module '.' Require stack:

To Reproduce Steps to reproduce the behavior:

  1. cd /Users/wangpu/GolandProjects/jaeger/
  2. make install-tools
  3. make build-binaries-linux

Version (please complete the following information):

What troubleshooting steps did you try? Try to follow https://www.jaegertracing.io/docs/latest/troubleshooting/ and describe how far you were able to progress and/or which steps did not work.

Additional context Add any other context about the problem here.

vvvprabhakar commented 3 years ago

Did you try

nvm use then delete the node_modules and do yarn and npm start