-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Netbeans output window #59
Comments
Here an example of the Netbeans output window:
|
And here the gulp task.
|
@RjGAmer Is this issue only on Windows? Does it only happen in netbeans? If you use the command line does it happen? I currently have access to a Mac so it is difficult to reproduce. I am jut trying to narrow down what the environment I need to find to reproduce this. |
The issue happens on Windows 10 x64 in Netbeans 8.2, running with Java 8 (jdk1.8.0_101). I've separated the prompt und Git fetching to separate tasks, but got the similar problem that the question is displayed after I've entered the anwser. Here is my current prompt task:
|
Just a question to confirm. If you run this gulp taks from the command line (i.e. on your Windows 10 computer and not in Netbeans) does it work? |
Correct. The prompt is working correctly from the PowerShell and command line tool. |
Could you reproduce my "problem"? |
@RjGAmer I haven't had a chance to get a windows machine. It seems to be a problem on netbeans console because gulp-prompt seems to work fine on Mac, Linux and Windows. You can maybe try verifying the node version to see if there is something weird going on there. |
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 should actually be reversed. In Powershell the order of the two lines is correct (first the question, second the input).
The text was updated successfully, but these errors were encountered: