-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Error after installing plugin #12
Comments
@WebVPF please post the error message. |
I thought it was just my problem, but I saw a comment: |
@bennothommo here is a screenshot of the error: |
@bennothommo ah, I see why this is an issue now. The packagist package itself pulled in via winter/wn-user-plugin reports that it replaces rainlab/user-plugin, but then composer-merge-plugin makes it so that the already installed winter plugin includes its replace property in the root composer.json file. Simple enough fix in theory (maybe some other edge cases though), we just tell the composer merge plugin to not merge in the replace property |
The User plugin itself is installed. After installation |
@WebVPF if you have no need of the composer-merge-plugin in your project (i.e. you don't develop plugins locally in your project with their own composer.json files), then you can just remove it entirely and that will solve your issue. |
Not sure if I'm missing somthing here, but if I add the "replace" option back into the winter plugins composer files, this behavior is not triggered anymore. I can successfully install |
nah, still the same issue. |
After installing via composer plugin User does not install other plugins via composer.
When trying to install a new plugin, an error appears in the console, and new plugin is not installed because of this. The error refers to User plugin.
The text was updated successfully, but these errors were encountered: