You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
G:\magetest>composer require connect20/mage_all_latest 1.8.1.0
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
- Installing justinrainbow/json-schema (1.3.6)
Loading from cache
- Installing icecave/isolator (2.2.1)
Loading from cache
- Installing eloquent/pops (3.1.1)
Loading from cache
- Installing eloquent/liberator (1.1.1)
Loading from cache
- Installing eloquent/enumeration (5.1.0)
Loading from cache
- Installing eloquent/composer-config-reader (2.0.0)
Loading from cache
- Installing magento-hackathon/magento-composer-installer (2.0.0)
Loading from cache
please define your magento root dir [root]
magento root dir "root" missing! create now? [Y,n]
[RuntimeException]
\G: does not exist and could not be created.
Note the leading backslash in \G:. It seems that the path isn't formatted correctly.
The text was updated successfully, but these errors were encountered:
Looks like your vendor dir is Not der properly. But in fact the DS isn't set correctly with a constant in the current installer version. I'll issue a PR ASAP.
Still I'm curious why the vendor dir path is missing in the Exception path.
This starts with an empty directory and just calling composer require connect20/mage_all_latest 1.8.1.0 inside it. At the time of the exception the vendor directory exists and some packages are already installed inside it.
The "not valid" message from beta3 suggest that that version is sometimes looking for the root-dir at the wrong place. This could still be the problem with the final 2.0 release and just the output from the exception is broken "as a bonus".
I could finish the installation by creating the htdocs directory myself so the error just concerns the automatic creation process.
Complete procedure:
Note the leading backslash in
\G:
. It seems that the path isn't formatted correctly.The text was updated successfully, but these errors were encountered: