jeffijoe / typesync

Install missing TypeScript typings for dependencies in your package.json.
MIT License
1.51k stars 21 forks source link

typesync command hangs #6

Closed raduchiriac closed 6 years ago

raduchiriac commented 6 years ago

node: 8.5.0 npm: 5.3.0 typesync: 0.2.5 OS: Windows 7 x64 — company PC yeah, I know :(

When I do typesync this message hangs with the spinning arrow. Using --dry is the same.

Syncing type definitions in package.json...
jeffijoe commented 6 years ago

Company PC eh? Could it be a firewall issue?

raduchiriac commented 6 years ago

No firewall here AFAIK Will check on another PC and close this if un-relevant.

Don't you have a --verbose type of thing?

jeffijoe commented 6 years ago

Not really, might be a good idea to add though!

raduchiriac commented 6 years ago

Debugged it and it stops at createTypeDefinitionSource.fetch() Strange, it's for sure not the first package I own that uses axios

It does work on another network from my company. Must be a proxy issue for now.