issues Search Results · repo:m19c/gulp-run language:JavaScript
Filter by
47 results
(69 ms)47 results
inm19c/gulp-run (press backspace or delete to remove)By using this package unsanitized input from a command line argument flows into gulp-run, where it is used to build a
shell command. Forwarding command-line arguments or file paths from the local environment ...
martin-braun
- 3
- Opened on Aug 26, 2022
- #61
gulp-run has a dependency on gulp-util which references a version of lodash.template that has a critical vulnerability.
Would it be possible to update gulp-run to eliminate this? Unfortunately, I see that ...
skhilliard
- 2
- Opened on Oct 8, 2021
- #60
- I want to run a command inside gulp task as npm install inside the gulp task
- So, I used like run.Command( npm install )
- But the command is not working
- Can anyone help me
- I am new to ...
karthiganesh476
- Opened on May 10, 2021
- #59
OS: macOS Catalina npm ls gulp-util └─┬ gulp-run@1.7.1 └── gulp-util@3.0.8
Please remove gulp-util using the following API replacements: https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5#7d80
cofirazak
- Opened on Dec 3, 2019
- #58
the example code:
gulp.task( hello-world , function() {
return run( echo Hello World ).exec() // prints Hello World\n .
.pipe(gulp.dest( output )) // writes Hello World\n to output/echo. ...
SET001
- 2
- Opened on Feb 19, 2019
- #56
I m trying to automate deploying of my firebase project and when executing the below command it keep deploying over and
over again:
gulp.task( deploy_external , function () { return run( firebase deploy ...
arthabus
- 1
- Opened on May 7, 2018
- #55
gulp-util has been deprecated recently. Continuing to use this dependency may prevent the use of your library with the
latest release of Gulp 4 so it is important to replace gulp-util.
The README.md lists ...
TheDancingCode
- Opened on Jan 1, 2018
- #53
Currently, a rather old version is used: https://github.com/gulpjs/vinyl/tree/v0.4.6 - circa 2014. Any chance this could
be upgraded? It would be handy to be able to use the new fancy file.stem and related ...
tehnorm
- Opened on Sep 1, 2017
- #52
This is on Windows, btw, if that matters.
I m basically trying to run a console command via gulp, and want to see the output from it printed in the terminal just
as if I d run the command directly. It ...
isochronous
- 1
- Opened on Aug 8, 2017
- #51
On this line in command.js this.options.env is assigned process.env. Immediately afterwards this.options.env.PATH is
modified. As process.env wasn t defensively copied when it was assigned this modifies ...
damonmaria
- Opened on Jun 9, 2017
- #50

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.