After installation of Gulp: “no command 'gulp' found”

后端 未结 9 2229
悲&欢浪女
悲&欢浪女 2020-11-28 17:45

After installing gulp.js via npm, I receive a no command \'gulp\' found error when running the gulp command from the same directory it was installe

9条回答
  •  庸人自扰
    2020-11-28 18:50

    Installing on a Mac - Sierra - After numerous failed attempts to install and run gulp globally via the command line using several different instructions I found I added this to my path and it worked:

    export PATH=/usr/local/Cellar/node/7.6.0/libexec/npm/bin/:$PATH
    

    I got that path from the text output when installing gulp.

提交回复
热议问题