gulp command not found

后端 未结 8 1429
萌比男神i
萌比男神i 2020-12-07 02:19

Windows 10 pro x64

I ran the following commands

npm install --global gulp-cli
npm init

Then I changed directory to my project:

8条回答
  •  广开言路
    2020-12-07 02:50

    On MacOS Sierra v10.12.6, the following global install with sudo worked for me.

    sudo npm install gulp -g

提交回复
热议问题