-
-
Notifications
You must be signed in to change notification settings - Fork 195
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
tns create
command not using proxy set with tns proxy set
#3824
Comments
Hey @NicoEnking , |
Thank you @rosen-vladimirov ! Glad to hear that this will be fixed soon. |
Hey @NicoEnking ,
|
Yes I will try it in ~ 2 hours. Going to report to you wether it works now or not. |
@rosen-vladimirov seems to work like a charm. Just another question. NativeScript is quite slow here while it's pretty fast on my private pc. Is there any reason why this happens and how to fix it? Some commands need minutes to execute. I could hunt it down to all $childProcess.exec() calls, for example in node-package-manager.js in line 130. This could be a related issue: nodejs/node#21632 |
Hey @NicoEnking , |
Hello @rosen-vladimirov that also did the trick! Thanks a lot for your help. Appreciate it. |
Did you verify this is a real problem by searching the NativeScript Forum and the other open issues in this repo?
Yes
Tell us about the problem
Pacote fetch does not use the proxy that has been set via
tns proxy set
Which platform(s) does your issue occur on?
Windows 10 Enterprise 2016 LTSB
Please provide the following version numbers that your issue occurs with:
Please tell us how to recreate the issue in as much detail as possible.
tns proxy set
It would be nice if the cli could set these properties correct so the user doesn't have to manually code the PROXY_URL into the dependency.
Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.
There is no own code involved.
The text was updated successfully, but these errors were encountered: