Yes
Pacote fetch does not use the proxy that has been set via tns proxy set
Windows 10 Enterprise 2016 LTSB
tns proxy setIt 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.
There is no own code involved.
Hey @NicoEnking ,
Thanks for reporting this issue. I confirm it is an issue in the new implementation of the project creation that we are using in CLI 4.2.x
We'll include a fix in our code base for one of our next patch releases.
Thank you @rosen-vladimirov ! Glad to hear that this will be fixed soon.
Hey @NicoEnking ,
Can you try the latest rc version of NativeScript CLI and comment if it resolves your issue? You can install it by executing:
npm i -g nativescript@rc
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: https://github.com/nodejs/node/issues/21632
Hey @NicoEnking ,
Can you try the suggestion in this comment: https://github.com/NativeScript/nativescript-cli/issues/3683#issuecomment-410378696
It looks like npm operations are slowed down by npm's internal logic for checking if there's a newer version.
Hello @rosen-vladimirov that also did the trick! Thanks a lot for your help. Appreciate it.
Most helpful comment
Hello @rosen-vladimirov that also did the trick! Thanks a lot for your help. Appreciate it.