Jigsaw: Error installing

Created on 18 May 2018  路  2Comments  路  Source: tighten/jigsaw

Get the following error when install jigsaw

Problem 1                                                                                                                       
  - Conclusion: don't install tightenco/jigsaw v1.2.1                                                                           
  - Conclusion: remove symfony/console v4.0.9                                                                                   
  - Installation request for tightenco/jigsaw ^1.2 -> satisfiable by tightenco/jigsaw[v1.2.0, v1.2.1].                          
  - Conclusion: don't install symfony/console v4.0.9                                                                            
  - tightenco/jigsaw v1.2.0 requires mnapoli/silly 1.3 - 1.5 -> satisfiable by mnapoli/silly[1.3.0, 1.3.1, 1.4.0, 1.5.0, 1.5.1].

I would like to use the jigsaw command on the console, so I would like to install globally.

My settings:
composer: 1.6.5
php: 7.2.1
tightenco/jigsaw: 1.2.1
symfony/console: 4.0.9
laravel/installer: 1.5.0

Any idea to resolve this?

Thanks

(sorry my English)

Most helpful comment

I just updated Jigsaw to remove the mnapoli/silly dependency which is no longer used. Give it another shot with v1.2.2 and see if it installs for you.

That said, we don't recommend installing Jigsaw globally any more, because of the potential for conflicts with other globally-installed packages. The preferred method would be to install it local to your project. You can always add a bash alias to your system, if you want to run Jigsaw commands with jigsaw instead of the complete ./vendor/bin/jigsaw command:

alias jigsaw='./vendor/bin/jigsaw'

All 2 comments

I just updated Jigsaw to remove the mnapoli/silly dependency which is no longer used. Give it another shot with v1.2.2 and see if it installs for you.

That said, we don't recommend installing Jigsaw globally any more, because of the potential for conflicts with other globally-installed packages. The preferred method would be to install it local to your project. You can always add a bash alias to your system, if you want to run Jigsaw commands with jigsaw instead of the complete ./vendor/bin/jigsaw command:

alias jigsaw='./vendor/bin/jigsaw'

Work!!!!! 馃槅 馃憤 馃殌

Thank you so much.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

royvanv picture royvanv  路  10Comments

himan72 picture himan72  路  9Comments

michielgerritsen picture michielgerritsen  路  7Comments

slavarazum picture slavarazum  路  6Comments

nathangross picture nathangross  路  3Comments