Gulp command not found after install

前端 未结 11 1435
抹茶落季
抹茶落季 2021-01-30 01:54

I installed gulp(globally) and it looks like it worked because it ran this code:

├── tildify@0.2.0
├── interpret@0.3.5
├── pretty-hrtime@0.2.1
├── deprecated@0.0         


        
11条回答
  •  梦谈多话
    2021-01-30 02:47

    If you are on Mac run use root privilege

    sudo npm install gulp-cli --global

    To check if it's installed run

    gulp -v
    

    CLI version: 2.2.0 (The output)

    Local version: Unknown

提交回复
热议问题