-
Notifications
You must be signed in to change notification settings - Fork 359
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
Automatic Typings Acquisition not working #1415
Comments
As long as you have Can you try reproducing this again and check the |
Sure, see the output below: I just did the following:
|
I am suspecting the Proxy-Server of my company btw. However, placing an
leads to another output:
|
Yes, it looks like the proxy is causing issues. Try changing the proxy="http://proxy.mycompany.com:8080"
rejectUnauthorized=false as per typings/typings#120 (comment) (there are some other suggestions in that thread that you can try as well) |
Perfect, works like a charm! |
Expected Behavior
When I add a package to a JS-Project, I expect NTVS to create a
Typings
folder and to download the Definition files.Actual Behavior
I just can't seem to get this to work. No matter if it is within an existing Project, or a brand new one.
Steps to Reproduce
npm install express
Are there any additional Steps required? Could it be a matter of a corporate Proxy-Server within the Company I work at?
The text was updated successfully, but these errors were encountered: