"Yarn Install" fails with 404 errors for "@concordium/node-sdk": "^9.1.1"

When attempting to run yarn install for a project that has "@concordium/node-sdk": "^9.1.1" as a dependency, the installation process fails with 404 errors.

Steps to Reproduce:

  1. Include "@concordium/node-sdk": "^9.1.1" as a dependency in the package.json file.
  2. Run the yarn install command.

Expected Result:

Yarn should download and install all dependencies listed in the package.json file without any errors.

Actual Result:

The yarn install command fails with 404 errors when trying to download and install "@concordium/node-sdk": "^9.1.1".

Additional Information:

  • Yarn version: 3.1.1
  • Node.js version: 18.17.1

Error Messages: