Why tsp install? #3078
-
I'm following the guide in the readme which says: Install the dependencies of main.tsp:
As opposed to Doing To try and answer my question, I think it's only doing If this is the case, and installing with pnpm, yarn, etc. is fine, I think the instructions should be to use |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
It does only do |
Beta Was this translation helpful? Give feedback.
It does only do
npm install
today, only reason it added was to hide the fact that you needed yet another command from people not familiar with the node ecosystem.You are totally able to use any package manager that produce node compatible
node_modules
, we usepnpm
as well internally in our repos.But I do agree that we should make it clearer that other package manager can be used.