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
I have a local setup with some path repositories, which is a very useful Composer feature.
However, Prestissimo seems to have some problems with them. When running composer install for the first time, I saw the typical prefetch output from Prestissimo, but with lines like the following for my path repositories:
http://example.com../packages/core/
It still worked fine, though.
But when changing the path of my repository, I then got the following error when installing:
Source path "../packages/core/" is not found for package flarum/core
Any idea?
Great package, by the way. :)
The text was updated successfully, but these errors were encountered:
Ah, whoops. I messed it up, the error was due to me not removing composer.lock before installing again. That said, the prefetch messages are still somewhat confusing...
I have a local setup with some path repositories, which is a very useful Composer feature.
However, Prestissimo seems to have some problems with them. When running
composer install
for the first time, I saw the typical prefetch output from Prestissimo, but with lines like the following for my path repositories:It still worked fine, though.
But when changing the path of my repository, I then got the following error when installing:
Any idea?
Great package, by the way. :)
The text was updated successfully, but these errors were encountered: