nodeとnpmコマンドのエラー:Segmentation fault
930 ワード
node
とnpm
を再インストールすればいいですが、前のものは全部きれいに削除してください.削除操作:
sudo apt remove nodejs nodejs-legacy npm
n
コマンドを使用して、システムにインストールされているすべてのnodejs
バージョンを発見し、すべて削除する.node
がありません.nodejs
、npm
、n
の4つの実行可能命令があります.もしあればrm
で削除します.node
を再インストールすればいいです.sudo apt install -y nodejs nodejs-legacy npm
sudo npm config set registry https://registry.npm.taobao.org
sudo npm install -g n
sudo n stable