背景

需要安装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......

相关文章: