背景

需要安装json-server,发现npm用不了,查了下node也不见了

报错

如图所示
The term 'npm' is not recognized as the name of a cmdlet, function......
The term 'npm' is not recognized as the name of a cmdlet, function......

解决方法

  1. 重新下载安装nodejs,根据机器选择安装包,直接next到结束
    https://nodejs.org/en/download/

  2. 配置环境变量
    PC->Properties->Advanced system settings->Environment VariablesThe term 'npm' is not recognized as the name of a cmdlet, function......
    User->Path->Edit :
    C:\Program Files\nodejs;

  3. 验证
    The term 'npm' is not recognized as the name of a cmdlet, function......

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-22
  • 2021-12-11
  • 2021-07-01
  • 2022-12-23
  • 2021-05-10
  • 2021-12-28
猜你喜欢
  • 2021-06-18
  • 2022-12-23
  • 2022-01-11
  • 2022-03-08
  • 2022-12-23
  • 2022-12-23
  • 2021-09-09
相关资源
相似解决方案