nrm ls does not show asterisks

nrm ls does not show asterisks

Recently, I found that there is a problem with the nrm installed using npm install nrm -g.
The solution
is to uninstall the original nrm

npm uninstall nrm -g

Install using the following command

npm install Pana/nrm -g

20220912 Update: I recently used npm install Pana/nrm -g to install nrm and found that sometimes the package could not be packaged because I could not connect to github. It is really
impossible to use yrm. The installation is fast and the usage is the same. I have not encountered these strange problems so far.

npm install yrm -g

おすすめ

転載: blog.csdn.net/m0_47659279/article/details/126694428