Categories
How can I install an npm package in the branch I need?
There is a branch different from the master. It needs to be set by default. Do not tell me how to do it?
Answer the question
In order to leave comments, you need to log in
npm install <git-host>:<git-user>/<repo-name> Instead <git-host>:<git-user>/<repo-name>, specify the full path to the branch
npm install <git-host>:<git-user>/<repo-name>
<git-host>:<git-user>/<repo-name>
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question