Skip to content
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 tries to uses non-existant version of npm if run from a version of node that does not include npm #30909

Closed
mjbvz opened this issue Apr 13, 2019 · 0 comments · Fixed by #30910
Assignees
Labels
Bug A bug in TypeScript

Comments

@mjbvz
Copy link
Contributor

mjbvz commented Apr 13, 2019

TypeScript Version: 3.5.0-dev.20190412

Repo

  1. On a machine that has a global version of node and npm installed
  2. Spawn the TS Server using a version of node that does not include npm
  3. Trigger automatic type acquisition

Bug
See ATA fail. This is because ATA will try to use the version of npm that is next to the version of node that it is being run by

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A bug in TypeScript
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants