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
If config.vendor-dir is set to a custom location, the prefix-namespaces script fails with this cryptic error:
[info] Loading composer.json config...
[info] Loading cli config...
[info] Building dependency list...
[info] Enumerating files...
[error] Unable to read file from location: vendor/Repos/rh-admin-utils/keys.dev.pub. file_get_contents(/Users/rah/Documents/Repos/rh-admin-utils/vendor/Repos/rh-admin-utils/keys.dev.pub): Failed to open stream: No such file or directory
Script @php bin/strauss.phar handling the prefix-namespaces event returned with error code 1
Script @prefix-namespaces was called via post-install-cmd
I can't make any sense of this. Some observations:
vendor/Repos/rh-admin-utils seems to be somehow related to the path where my plugin is located on my local disc.
keys.dev.pub is not in my package nor does it seem to exist anywhere in strauss
If I remove the config.vendor-dir config entry, it works. No big deal but this might point to a bigger issue with relative paths (maybe a missing ./ somewhere?)
The text was updated successfully, but these errors were encountered:
First of all: Thank you for this package ❤️
If
config.vendor-dir
is set to a custom location, theprefix-namespaces
script fails with this cryptic error:I can't make any sense of this. Some observations:
vendor/Repos/rh-admin-utils
seems to be somehow related to the path where my plugin is located on my local disc.keys.dev.pub
is not in my package nor does it seem to exist anywhere in straussMy composer.json
If I remove the
config.vendor-dir
config entry, it works. No big deal but this might point to a bigger issue with relative paths (maybe a missing./
somewhere?)The text was updated successfully, but these errors were encountered: