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

Registry specified in .npmrc is not respected #149

Open
rostrovsky opened this issue Jul 29, 2020 · 1 comment
Open

Registry specified in .npmrc is not respected #149

rostrovsky opened this issue Jul 29, 2020 · 1 comment

Comments

@rostrovsky
Copy link

rostrovsky commented Jul 29, 2020

I have custom (company internal) npm registry defined in my .npmrc.
When I try to run dockta compile I am getting missing dependency error becacuse dockta is looking for them in https://registry.npmjs.org/

ERROR dockta There was a problem fetching https://registry.npmjs.org/<internal dependency>/<version> (ENOTFOUND). Are you connected to the internet?

Is there a way to specify custom registry?

@nokome
Copy link
Member

nokome commented Jul 30, 2020

Hi @rostrovsky, thanks for the report.

That's an interesting use case, I hadn't thought of. Currently, no, you can't specify a custom registry. But it seems like something that wouldn't be too hard to add.

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

No branches or pull requests

2 participants