kreuzerk / svg-icon-library-starter

Build an astonishing framework-agnostic SVG icon library with ease. Out of the box icon optimization, build process, and icon showcase. 🚀

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No authentication during installation

sebastianwachter opened this issue · comments

During installation of the project's dependecies I get an error stating:

npm ERR! code E401
npm ERR! Unable to authenticate, your authentication token seems to be invalid.
npm ERR! To correct this please trying logging in again with:
npm ERR!     npm login

In the npm log I found that it was trying to fetch some dependency from a private repository:

3483 verbose statusCode 401
3484 verbose pkgid yaml@https://pkgs.dev.azure.com/diemobiliar/RWC/_packaging/npm-main/npm/registry/yaml/-/yaml-1.10.0.tgz
3485 verbose cwd E:\Arbeit Arbeit\svg-icon-library-starter

Can you maybe make this repository public or host it on npm instead?

commented

Yes - sorry. Thats my bad. This comes from my local npmrc config I will fix this and let you know

commented

Sorry for the inconvenience. Everything should work fine now. Let me know if you have further questions.

Thanks it works now ❤️