python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
gulp primordials is not defined
I am getting this error when I try to run Gulp from the task runner I think its related to me updating my npm project but I am not sure how to fix it. Do I need to install a different version of npm?
...
Jefferson
Votes: 0
Answers: 1
trigger a gulp task from c# code running on azure server
I have a gulpfile which is compiled on the local machine before deployment.
The website is hosted in azure.
I am looking to have a handler in c# code that will run the gulp task on the server everytim...
user15951270
Votes: 0
Answers: 0
Why the gulp browsersync() does not work with Laragon?
Some times ago I created the simple gulp file for to automate development a bit. At the time, I was just working with XAMPP and my gulpfile worked well. But for the last time I started using the Larag...
vicso
Votes: 0
Answers: 1
ts-node and gulp don't seem to play nicely
in my package.json I have
"type": "commonjs"
when I run my script this works :
"start": "ts-node src/index.ts",
gulp complains :
"Cannot use import stateme...

Dan
Votes: 0
Answers: 1