entropyxyz / cli

CLI utility to ease interactions with an Entropy network.
GNU Affero General Public License v3.0
5 stars 0 forks source link

`sdk` version `v0.1.5-5` not found during installation #83

Closed HCastano closed 1 month ago

HCastano commented 1 month ago

I did a fresh clone of the repo at the latest main (a5c113b), and proceeded to run yarn to install dependencies.

When I did that I was greeted by the following error:

cli on main is šŸ“¦ v1.0.0 via v22.2.0
āÆ yarn
yarn install v1.22.22
[1/4] šŸ”  Resolving packages...
[2/4] šŸšš  Fetching packages...
error Error: https://registry.yarnpkg.com/@entropyxyz/sdk/-/sdk-0.1.5-5.tgz: Request failed "404 Not Found"
    at ResponseError.ExtendableBuiltin (/opt/homebrew/Cellar/yarn/1.22.22/libexec/lib/cli.js:696:66)
    at new ResponseError (/opt/homebrew/Cellar/yarn/1.22.22/libexec/lib/cli.js:802:124)
    at Request.<anonymous> (/opt/homebrew/Cellar/yarn/1.22.22/libexec/lib/cli.js:66750:16)
    at Request.emit (node:events:520:28)
    at module.exports.Request.onRequestResponse (/opt/homebrew/Cellar/yarn/1.22.22/libexec/lib/cli.js:142287:10)
    at ClientRequest.emit (node:events:520:28)
    at HTTPParser.parserOnIncomingClient (node:_http_client:700:27)
    at HTTPParser.parserOnHeadersComplete (node:_http_common:119:17)
    at TLSSocket.socketOnData (node:_http_client:542:22)
    at TLSSocket.emit (node:events:520:28)
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

When I checked on Yarn for the available version of the Entropy SDK there wasn't a version v0.1.5-5.

I was able to proceed with the installation process once I updated the SDK version in the package.json file to one of the listed versions (0.2.1 in my case).