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

Unable to install packages #10

Open
BartBakker82 opened this issue Jan 10, 2022 · 2 comments
Open

Unable to install packages #10

BartBakker82 opened this issue Jan 10, 2022 · 2 comments

Comments

@BartBakker82
Copy link

Hello,

I wanted to try the new version of your plugin, that's written in typescript. I've cloned the repo and tried to install the deps with npm i. This gives me an error:

npm ERR! code E401
npm ERR! Unable to authenticate, need: Bearer authorization_uri=https://login.windows.net/af9cdc44-a63a-4e57-9225-1ba61801a9ab, Basic realm="https://pkgsprodsu3weu.app.pkgs.visualstudio.com/", TFS-Federated

After digging in, I found the .npmrc file. This points to https://pkgs.dev.azure.com/mobisysgmbh/_packaging/mobisys/npm/registry/ which is probably a private repo I can't access.

Is this repo meant as open source project?

Thanks in advance for your anwer.

Kind regards,

Bart Bakker

@fmendoza
Copy link

fmendoza commented Jan 15, 2022

Hello,

I wanted to try the new version of your plugin, that's written in typescript. I've cloned the repo and tried to install the deps with npm i. This gives me an error:

npm ERR! code E401 npm ERR! Unable to authenticate, need: Bearer authorization_uri=https://login.windows.net/af9cdc44-a63a-4e57-9225-1ba61801a9ab, Basic realm="https://pkgsprodsu3weu.app.pkgs.visualstudio.com/", TFS-Federated

After digging in, I found the .npmrc file. This points to https://pkgs.dev.azure.com/mobisysgmbh/_packaging/mobisys/npm/registry/ which is probably a private repo I can't access.

Is this repo meant as open source project?

Thanks in advance for your anwer.

Kind regards,

Bart Bakker

Did you were able to find a workaround for your issue?

@BartBakker82
Copy link
Author

Not yet. But it seems that the private packages are all ts configs / linting rules. I think that these packages can be deleted from package.json. Also delete the .npmrc file. Then try to transpile with "npm run transpile".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants