Jaeger UI Local Setup Issue on Windows #4557
Replies: 6 comments 3 replies
-
Just trying to understand, why do you want to setup jaeger-ui when you have http://localhost:16686/ setup? |
Beta Was this translation helpful? Give feedback.
-
http://localhost:16686/ is running from the docker container and I need to run the react code inside the jaeger-ui for the hot reload whenever I make any changes! |
Beta Was this translation helpful? Give feedback.
-
I am trying to solve this issue - jaegertracing/jaeger-ui#15 can you help me out with where can I see the preview of these copy icons, I am new to contributing to this organization! |
Beta Was this translation helpful? Give feedback.
-
I guess you meant this issue: jaegertracing/jaeger-ui#1506?
Thanks, makes sense. I think windows nvm doesn't recognise the Have you tried the suggestions from the Worth mentioning that when I run
|
Beta Was this translation helpful? Give feedback.
-
Facing this error now! |
Beta Was this translation helpful? Give feedback.
-
This is because '$npm_execpath' is not recognized as an internal or external command . Try to replace it with %npm_execpath% if you are in windows. Follow this for more info https://stackoverflow.com/questions/53883405/npm-execpath-isnt-recognized-as-an-internal-or-external-command-program-or |
Beta Was this translation helpful? Give feedback.
-
Hey, I am trying to setup jaeger-ui on my local system but facing this error while installing can someone please help me out?
I have http://localhost:16686/ already setup on my system -
Beta Was this translation helpful? Give feedback.
All reactions