rainlab / location-plugin

Adds location based features, such as Country and State.
Other
21 stars 44 forks source link

Unable to install Plugin on Fresh OCMS install #104

Closed ccamarillo closed 1 year ago

ccamarillo commented 1 year ago

I have just installed OctoberCMS using the development Docker containers provided by Rainlab. Everything is peachy, but when I attempt to install this plugin, I get the error:

    - Root composer.json requires october/all ^3.0, found october/all[v3.0.0, ..., 3.4.x-dev] but the package is fixed to 9999999-dev (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.

This was from running:

 php artisan plugin:install Rainlab.Location

Is this something you can help with?

ccamarillo commented 1 year ago

Running composer update fixed this issue for me.