-
Notifications
You must be signed in to change notification settings - Fork 4
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
Errors on console compare #109
Comments
@GeekZebre Did you call |
@GeekZebre Do you use Linux? Which PHP/node version? |
@mimmi20 Yes, I called bin/prepare. I'm on Windows 10 with PHP 7.2 and node 8.11.1
|
Did that work? On my system, Windows doesn't handle .sh files. |
I use Git Bash to launch ! (MINGW64) |
I cannot reproduce this. I dont have installed php, node and the other required tool on my local machine, only in the vm. |
"The vm" ? I don't see anything about a vm in the documentation. This is your personnal vm ? What does the behaviour of this line ?
A new window is open ? In my case, a new windows is open. In the new window, the json is output. What is your behaviour ? |
yes, my personell VM. |
And the behaviour must be ? |
Each parser has a file |
It's seem that |
@mimmi20 I found a solution : By example, replace On windows, when we are passing 'shell_exec' a filepath, this is not interpreted as "execute the file at this path". On windows, we must add the command 'sh' before the filepath oh the sh file. There are 2 'shell_exec' in the code + 1 in your pull request. |
When I launch
./bin/console compare
, I have:A new console window is open when the 'build.sh' is called.
Is it te good behaviour ?
Thanks.
The text was updated successfully, but these errors were encountered: