首页 前端知识 Command ‘npm‘ not found, but can be installed with:sudo apt install npm 解决方案

Command ‘npm‘ not found, but can be installed with:sudo apt install npm 解决方案

2024-05-19 09:05:53 前端知识 前端哥 372 259 我要收藏

问题描述

今天在执行

npm install -g npx

报错

Command 'npm' not found, but can be installed with:

sudo apt install npm

解决方案

sudo apt-get remove npm
sudo apt-get remove nodejs-legacy
sudo apt-get remove nodejs
sudo rm /usr/bin/node
sudo apt-get install nodejs
sudo apt-get install nodejs-legacy
sudo apt-get install npm.

参考链接

npm: command not found解决方案(已解决) - 知乎

转载请注明出处或者链接地址:https://www.qianduange.cn//article/8902.html
标签
ubuntu
评论
会员中心 联系我 留言建议 回顶部
复制成功!