Gulp command not found after install

前端 未结 11 1416
抹茶落季
抹茶落季 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:50

    You need to do this npm install --global gulp. It works for me and i also had this problem. It because you didn't install globally this package.

提交回复
热议问题