Magento 2 – Checksum Verification Failed for Vertex Module

magento2magento2.3

Has anyone faced up an issue during magento installation with composer?

the command:

composer create-project --repository=https://repo.magento.com/ magento/project-community-edition m2

Best Answer

That is a problem on the Magento side.

The composer.json in the Composer cache expects that:

"dist": {
      "type": "zip",
      "url": "https://repo.magento.com/archives/vertex/module-tax/vertex-module-tax-3.0.0.0.zip",
      "reference": null,
      "shasum": "5301f7a4d294cabcab3ae83e31fe5386c076520c"
    },

I downloaded the "vertex-module-tax-3.0.0.0.zip". The shasum is dd5e23680878e70fdff546fa661822b100ab2bf3 which is different. That's why composer stops the download.