Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with MacOS and pac #50

Closed
Laskewitz opened this issue May 27, 2021 · 2 comments
Closed

Issue with MacOS and pac #50

Laskewitz opened this issue May 27, 2021 · 2 comments
Labels
bug Something isn't working no repro

Comments

@Laskewitz
Copy link
Member

When running the pac command in the terminal (happens both in zsh & pwsh) in VS Code, I get the following error:

error

To be clear, I have installed .NET core.

@davidjenni
Copy link
Member

@Laskewitz I wonder if that has to do how your dotnetCore is setup? On my MBP, running macOS Big Sur 11.4 and dotnetCore 5.0.300, pac runs.

  • can you check what your dotnet version is and on what path? The error message "file /Users//dotnet does not exist" is a tad odd. On my mac (running fish, but also tried with zsh and bash), I get:
$ which dotnet
/opt/homebrew/bin/dotnet
$ dotnet --version
5.0.300
  • there is a workaround: disable telemetry for now:
$ pac telemetry disable

@davidjenni davidjenni added the bug Something isn't working label Jun 4, 2021
@ArsyMus
Copy link

ArsyMus commented Jun 30, 2021

I have the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working no repro
Projects
None yet
Development

No branches or pull requests

3 participants