How to install required packages for feeds spreadsheet module as shown required by Composer Manager?

drupal.stackexchange https://drupal.stackexchange.com/questions/268935

  •  29-01-2021
  •  | 
  •  

enter image description here
Modules being used
Composer Manager
Feeds Spreadsheet

Requirement
I need to install the package as mentioned in the configuration page of module composer manager.
The error shown is as given below.

Composer's install command must be run to generate the autoloader and install the required packages.
Refer to the instructions on the Composer Manager project page for installing packages.

I have access to Cpanel but don't have command line access right now, how can I install the required packages?

有帮助吗?

解决方案

You essentially have 2 options:

  1. Ask your hosting provider to let you install and run Composer, and access it via the command line
  2. Run the Composer install locally, then push all the files up (including the vendor folder)
许可以下: CC-BY-SA归因
scroll top