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

Add interactive console prompts to gulp

Results 19 gulp-prompt issues
Sort by recently updated
recently updated
newest added

Bumps [eslint](https://github.com/eslint/eslint) from 4.7.2 to 4.18.2. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v4.18.2 > * 6b71fd0 Fix: [email protected], because 4.0.3 needs "ajv": "^6.0.1" ([#10022](https://github-redirect.dependabot.com/eslint/eslint/issues/10022)) (Mathieu Seiler) > *...

dependencies

Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 2.2.2. Commits - [`523c5c7`](https://github.com/npm/node-tar/commit/523c5c7fef48b10811fccd12b42803c61b6aead8) 2.2.2 - [`7ecef07`](https://github.com/npm/node-tar/commit/7ecef07da6a9e72cc0c4d0c9c6a8e85b6b52395d) Bump fstream to fix hardlink overwriting vulnerability - [`9fc84b9`](https://github.com/npm/node-tar/commit/9fc84b9c596c3589d4c1ab050843de0eafb002e8) Use {} for hardlink tracking instead of [] -...

dependencies

This was causing errors, because the "parent" chainHandler wasn't resolved or rejected.

``` gulp.task("watch-confirm", function(done) { return gulp.src(web_app_dir).pipe( $.prompt.prompt( { type: "confirm", message: `Current tomcat root dir -> ${tomcat_root_dir}, continue?`, default: true, name: "start" }, function(res) { if (res.start) { gulp.series("watch"); }...

![3](https://user-images.githubusercontent.com/36739828/54103817-78c8d200-43d6-11e9-99a9-185d27ec5a2b.png) ![2](https://user-images.githubusercontent.com/36739828/54103872-a9107080-43d6-11e9-91d2-8786db7c654d.png) It is issue or not?

I have a set of tasks that are run in sequence using run-sequence: ``` const gulp = require('gulp'); const sequence = require('run-sequence'); const setupTask = cb => { sequence( 'updatePackageScripts',...

Strange behaviour in Netbeans output window: The input line for the answer appears first. After entering the anwser, the question of the prompt appears as second line. But the order...

help wanted

Bumps [qs](https://github.com/ljharb/qs) from 6.4.0 to 6.4.1. Changelog Sourced from qs's changelog. 6.4.1 [Fix] parse: ignore __proto__ keys (#428) [Fix] fix for an impossible situation: when the formatter is called with...

dependencies

Hi there, Recently I use prompt to process flow, need a function support default selected multiple value on checkbox component. But I can find any config on it. Is there...