npm not installing returns error consistently

前端 未结 3 1045
旧时难觅i
旧时难觅i 2021-01-25 01:56

I was trying to install this : Search git whodotheyserve. com but this error shows up consistently .No matter what i try. I have tried other version of npm they are installed bu

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-25 02:29

    You have to install python 2.7 and make sure it's in your PATH variable.

    Try:

    set PATH=%PATH%;C:\python2.7\python.exe
    

    Replace C:\python2.7\python.exe with your actual python installation path

提交回复
热议问题