gulp-run icon indicating copy to clipboard operation
gulp-run copied to clipboard

Pipe to shell commands in gulp

Results 20 gulp-run issues
Sort by recently updated
recently updated
newest added

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...

- 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...

I have a situation in which I want to run the webdriverio tests on Android emulator. wdio-appium-service is having an [issue](https://github.com/rhysd/wdio-appium-service/issues/2), because of which the appium server is not getting...

help wanted

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. ; }) ``` currently return error > [15:04:29]...

I have a code like this: ``` $command = '"C:\\Program Files (x86)\\Microsoft Visual Studio 12.0\\Common7\\IDE\\devenv.exe" "..\\MySolution.sln" /run'; run($command).exec(); ``` However, it fails with > '\"C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe\"'...

I'm currently using this plugin to run the binary of [libsass](https://github.com/sass/libsass) (sassc) for testing purposes. What I would really like is a way to capture the `stderr` to a file....

question

OS: macOS Catalina npm ls gulp-util └─┬ [email protected] └── [email protected] Please remove gulp-util using the following API replacements: https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5#7d80

Bumps [eslint](https://github.com/eslint/eslint) from 1.10.3 to 6.6.0. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v6.6.0 > * [`39dfe08`](https://github.com/eslint/eslint/commit/39dfe0880fa934e287e8ea1f7b56d5cba8d43765) Update: false positives in function-call-argument-newline (fixes [#12123](https://github-redirect.dependabot.com/eslint/eslint/issues/12123)) ([#12280](https://github-redirect.dependabot.com/eslint/eslint/issues/12280)) (Scott O'Hara) > *...

dependencies

Hello, Great plugin, thanks!. Maybe I'm trying something impossible here, but let's give it a go. I'm using gulp-run to start up a powershell script that executes in a separate...

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`...