Fixing npm path in Windows 8 and 10

前端 未结 18 1980
孤街浪徒
孤街浪徒 2020-11-22 15:30

Have done a lot of googling, tried reinstalling node.js using the official installer, but my npm pathing still doesn\'t work.

This doesn\'t work

npm          


        
18条回答
  •  半阙折子戏
    2020-11-22 16:01

    Go to control panel -> System -> Advanced System Settings then environment variables.

    From here find the path variable, Go to the end of the line and paste "C:\Program Files\nodejs\node_modules\npm\bin" (change the path to the directory to where ever you installed it e.g. if you specifically installed it anywhere change it)

提交回复
热议问题