You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first time I did pnpm install on the project on my Windows 11 machine, it threw an error.
There was a problem with Sentry CLI.
If you have the same problem, it's probably because you don't have Microsoft Visual C++ Redistributable installed, and the sentry-cli can't run properly.
And according to their docs, this is required.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello there.
The first time I did
pnpm install
on the project on my Windows 11 machine, it threw an error.There was a problem with Sentry CLI.
If you have the same problem, it's probably because you don't have Microsoft Visual C++ Redistributable installed, and the
sentry-cli
can't run properly.And according to their docs, this is required.
I hope this helps :)
Beta Was this translation helpful? Give feedback.
All reactions