$ carton install --deployment
Installing modules using /home/mmkeeper/maitre_d_backend/monkeyman/cpanfile (deployment mode)
! Couldn't find module or a distribution Imager::File::PNG
! Installing the dependencies failed: Module 'Imager::File::PNG' is not installed
! Bailing out the installation for WWW-Mechanize-Chrome-0.22.
! Installing the dependencies failed: Module 'WWW::Mechanize::Chrome' is not installed
! Bailing out the installation for /home/mmkeeper/maitre_d_backend/monkeyman/.
Installing modules failed
As you can see from snapshot file WWW-Mechanize-Chrome-0.22 have requirement Imager::File::PNG but there is no info about that is installed.
Locally:
Imager::File::PNG is not available from system and is available at project:
cpanfile.snapshot.txt cpanfile.txt
On production server:
As you can see from snapshot file
WWW-Mechanize-Chrome-0.22
have requirementImager::File::PNG
but there is no info about that is installed.Locally:
Imager::File::PNG
is not available from system and is available at project:I do not know how it is installed and there is no info at cpanfile.snapshot but there is a place to be. Modules are installed/upgraded via
carton
only