I can't install 'laravel 5.5' on fresh 'Pop!_OS' (based on Ubuntu 17.10 by system76) linux instalation.
Can't find how to 'remove symfony/console v4.0.1'. So can anyone help me solve this annoyance?
I followed https://www.youtube.com/watch?v=b38mUODC1l4 this tutorial and everything went perfect till composer global require "laravel/installer" command.
After entering this command the result in terminal is:
Changed current directory to /home/chakra/.config/composer
Using version ^1.4 for laravel/installer
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Conclusion: don't install laravel/installer v1.4.1
- Conclusion: remove symfony/console v4.0.1
- Installation request for laravel/installer ^1.4 -> satisfiable by laravel/installer[v1.4.0, v1.4.1].
- Conclusion: don't install symfony/console v4.0.1
- laravel/installer v1.4.0 requires symfony/console ~2.3|~3.0 -> satisfiable by symfony/console[v2.3.0, ..., v3.4.1].
- Can only install one of: symfony/console[v3.0.0, v4.0.1].
...
- Can only install one of: symfony/console[v2.8.9, v4.0.1].
- Installation request for symfony/console (locked at v4.0.1) -> satisfiable by symfony/console[v4.0.1].
Installation failed, reverting ./composer.json to its original content.
➜ Sites
composer.json /home/chakra/.config/composer (everything is default haven't changed anything like in video tutorial)
After sudo nano composer.json
:
{
"require": {
"cpriego/valet-linux": "^2.0"
}
}
Composer, npm, nginx version:
➜ ~ which composer
/usr/local/bin/composer
➜ ~ composer --version
Composer version 1.5.5 2017-12-01 14:42:57
➜ ~ npm --version
5.5.1
➜ ~ nginx -v
nginx version: nginx/1.12.1 (Ubuntu)
➜ ~