使用NVM安装的node如何使用sudo命令
n=$(which node);n=${n%/bin/node}; chmod -R 755 $n/bin/*; sudo cp -r $n/{bin,lib,share} /usr/local
使用NVM安装的node如何使用sudo命令
n=$(which node);n=${n%/bin/node}; chmod -R 755 $n/bin/*; sudo cp -r $n/{bin,lib,share} /usr/local
本文标题:NVM安装的node如何使用sudo命令
本文链接:https://www.haomeiwen.com/subject/omrvgxtx.html
网友评论