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:
- Include
"@concordium/node-sdk": "^9.1.1"
as a dependency in thepackage.json
file. - 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: