sh 节点Mac重新安装

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 节点Mac重新安装相关的知识,希望对你有一定的参考价值。

# force delete
brew uninstall --force node
# change node_modules permission
sudo chown -R ${USER} /usr/local/lib/node_modules
# delete old node_modules (it's creepy, I know, but it's necessary)
rm -rf /usr/local/lib/node_modules
# free a lot of memory
brew cleanup
# install node and gpm
brew install node
npm i -g npm

以上是关于sh 节点Mac重新安装的主要内容,如果未能解决你的问题,请参考以下文章

sh 重新生成Mac证书

sh 在Mac OS X上重新启动蓝牙守护程序而不重新启动

sh 在Mac OS X上重新启动蓝牙守护程序而不重新启动

sh 适用于Mac的Docker的屏幕命令(防止重新连接时出现乱码)

sh Mac OS X High Sierra / PHP Apache httpd配置节点NPM

如何完全卸载 Node.js,然后从头重新安装(Mac OS X)