Skip to content
This repository has been archived by the owner on Dec 13, 2019. It is now read-only.

Does not recognize .npmrc configs with self-signed certificates or http proxies #346 #17

Closed
rstoenescu opened this issue Jan 26, 2017 · 4 comments

Comments

@rstoenescu
Copy link
Member

Referencing quasarframework/quasar#346

@klauern
Copy link

klauern commented Jan 26, 2017

More as a brainstorming, but I was looking similarly for something like this with yarn, and found that they pull in the .npmrc, likely from this pull request: yarnpkg/yarn#594

@rstoenescu
Copy link
Member Author

This should be fixed with v0.5.1

@aldanor
Copy link

aldanor commented Aug 24, 2017

Still a problem with 0.6.4, could this please get reopened?

$ quasar-cli init default foo
Failed to download App template @quasarframework/quasar-template-default: RequestError: self signed certificate in certificate chain
$ quasar list
✖ Could not retrieve App starter kit: [object Object]

My ~/.npmrc is like this:

proxy=http://...
https-proxy=http://...
strict-ssl=false
registry=http://registry.npmjs.org/

May be related: #38

@rstoenescu
Copy link
Member Author

Let's continue on the new thread #38

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

No branches or pull requests

3 participants