Need help with gulpInst[runMethod] is not a function #2488
Replies: 2 comments 6 replies
-
I had this problem when I installed gulp using snap (versions):
When I installed it using npm, it worked:
|
Beta Was this translation helpful? Give feedback.
-
I know this is an older post but I had the same problem in Ubuntu 20.04 just in case anyone is searching and needs this answer. Here is how I resolved it:
|
Beta Was this translation helpful? Give feedback.
-
Trying to compile CSS which are part of a jekyll theme and i did
npm install
followed bygulp
and I run into following error.aj@aj-LT:~/xyz.github.io$ gulp [02:49:57] Using gulpfile ~/xyz.github.io/gulpfile.js [02:49:57] gulpInst[runMethod] is not a function [02:49:57] To list available tasks, try running: gulp --tasks
Here is output of
gulp -- version
CLI version: 2.2.0 Local version: 3.9.1
Beta Was this translation helpful? Give feedback.
All reactions