Skip to content

2.33 - Error on composer install #480

Closed
@nithincninan

Description

@nithincninan

Hi team,

Issue Description:

Yesterday, I tried to install magento-cloud ( 2.3.3 ). While doing composer install, the error i am getting:

- Installing vertex/sdk (1.2.3): Downloading (failed)

  [Composer\Downloader\TransportException]
  The "https://repo.magento.com/archives/vertex/sdk/vertex-sdk-1.2.3.0.zip" file could not be downloaded (HTTP/1.1 404 N
  ot Found)

install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [--no-suggest] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--ignore-platform-reqs] [--] [<packages>]...
File doesn't exist: bin/magento-docker
Check "chmod" section in composer.json of magento/magento-cloud-docker package.
File doesn't exist: mutagen.sh
Check "chmod" section in composer.json of magento/magento-cloud-docker package.

Yesterday, i saw two changes(composer.json and composer.lock) has been pushed in 2.3.3 branch. Before that, i am able to do composer install on 2.3.3 without any issues. Please help here.

Steps to reproduce:

  1. Go to https://github.com/magento/magento-cloud
  2. Clone with branch 2.3.3 on local
  3. try composer install

Expected and actual results

Actual Results:

When we try with composer install(2.3.3 branch), getting below errors:
1.

- Installing vertex/sdk (1.2.3): Downloading (failed)

  [Composer\Downloader\TransportException]
  The "https://repo.magento.com/archives/vertex/sdk/vertex-sdk-1.2.3.0.zip" file could not be downloaded (HTTP/1.1 404 N
  ot Found)

install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [--no-suggest] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--ignore-platform-reqs] [--] [<packages>]...
File doesn't exist: bin/magento-docker
Check "chmod" section in composer.json of magento/magento-cloud-docker package.
File doesn't exist: mutagen.sh
Check "chmod" section in composer.json of magento/magento-cloud-docker package.

Expected Results:
When we try with composer install(2.3.3 branch), clone every file with no issues and errors.

Thanks!
Nithin Ninan

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions