tsp install
should follow current user package manager
#5687
Labels
Milestone
tsp install
should follow current user package manager
#5687
Clear and concise description of the problem
Currently tsp install is just using
npm install
blindly. We are able to figure out which package manager the user is using relatively easily so we can shell to the correct one.This will also enable the IDE to be able to depend on it for the init phase.
Checklist
The text was updated successfully, but these errors were encountered: