Run "vendor\bin\robo build" in cli.
The package was successfully built.
Fatal error: Uncaught Error: Call to a member function newBuilder() D:\Joomla Projects\weblinks\vendor\consolidation\robo\src\Common\BuilderAwareTrait.php:43
Windows 10 with PHP 7.0.3
Before upgrade to the latest update its works fine.
Title |
|
Title |
|
Ok I found the cause of problem in RoboFile.php; method getExecutableExtension(). If I not call
if (!$this->_exec('git.exe --version')->getMessage())
and immediately return '', it works.
Nope, as the issue still exists.
I stumbled over the same problem. I wonder why that method even exists.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-08-18 08:04:15 |
Closed_By | ⇒ | joomdonation |
I just built the package myself and it worked. So I guess the issue was fixed elsewhere and close this issue. Feel free to re-open if you still get the issue. Thanks !
got it working on my pr, we need only a travis fix.