I am behind a proxy.
Looking at the package.json I see:
"@types/v8flags": "types/npm-v8flags#de224ae1cd5fd7dbb4e7158a6cc7a29e5315930d",
"@types/yn": "types/npm-yn#ca75f6c82940fae6a06fb41d2d37a6aa9b4ea8e9",
I am getting this error:
npm ERR! git clone --template=/u1/cibuild/.npm/_git-remotes/_templates --mirror [email protected]:types/npm-yn.git /u1/cibuild/.npm/_git-remotes/git-github-com-types-npm-yn-git-ca75f6c82940fae6a06fb41d2d37a6aa9b4ea8e9-7f8e5da1: Cloning into bare repository '/u1/cibuild/.npm/_git-remotes/git-github-com-types-npm-yn-git-ca75f6c82940fae6a06fb41d2d37a6aa9b4ea8e9-7f8e5da1'...
Is there any plan to use the types from npmjs.org?
Not working behind our coporate proxy, too.
Are these types required at runtime? I would assume that moving them into the devDependencies would resolve the Proxy issue, without requiring a different source.
Those deps even not needed in prod version https://github.com/TypeStrong/ts-node/issues/475 they just should be moved to devDependencies
This PR should fix it: https://github.com/TypeStrong/ts-node/pull/484
Going to close as a duplicate of https://github.com/TypeStrong/ts-node/issues/475 for now.
Most helpful comment
Not working behind our coporate proxy, too.