0

I'm trying to install a module with magento 2 composer. However, when I try the command:

composer require sendcloud/sendcloud

I see an error:

[UnexpectedValueException]
RecursiveDirectoryIterator::__construct(vendor/magmodules/packages): failed to open dir: No such file or directory

Earlier, I tried to install a module :

composer config repositories.magmodulesartifacts artifact vendor/magmodules/packages
composer require magmodules/GoogleShopping:1.1.4

But. that wasn't very successful. Probably, it's related with that. Then, I installed that module via FTP.

Please help me fix this error.

Thanks!

asked Dec 20, 2019 at 9:33

1 Answer 1

1

It seems that you don't have magmodules/packages module in vendor folder. Please make sure you have already installed magmodules/packages module.

If not installed then first installed that module. https://www.magmodules.eu/help/googleshopping-magento2

answered Dec 20, 2019 at 10:02
7
  • Thanks. I have installed and transfered the zip of the magmodule to /var/magmodules/packages as the installation on that website asks for that. Commented Dec 20, 2019 at 10:10
  • 1
    How you installed magmodules/packages module? By composer or manually? Commented Dec 20, 2019 at 10:12
  • the google shopping module i've installed manually i think. Commented Dec 20, 2019 at 10:15
  • Please use this link to installed that nodule. magmodules.eu/help/googleshopping-magento2/… Commented Dec 20, 2019 at 10:16
  • Yes, i did that already. Commented Dec 20, 2019 at 10:17

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.