https://blog.csdn.net/u010277553/article/details/80938829

npm start 启动失败,报错如下

【npm start 启动失败】ubuntu 将node和npm同时更新到最新的稳定版本

错误提示 make sure you have the latest version of nodejs and npm installed

 

需要将npm和node升级到最新版本 

 

sudo npm install n -g

sudo n stable

 注意安装完后,如果在tmux中要重新开一个新的子窗口才能更新生效

相关文章:

  • 2022-12-23
  • 2021-11-17
  • 2021-11-21
  • 2021-10-31
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-04-24
  • 2021-11-19
  • 2022-12-23
  • 2021-12-24
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案