Skip to content

Conversation

@Beastdzns
Copy link

This pull request updates the pnpm-lock.yaml to ensure that the dependency @1inch/[email protected] is resolved from the npm registry (https://registry.npmjs.org) instead of GitHub Packages (https://npm.pkg.github.com).

Problem

Currently, the lockfile points to a GitHub Packages -
tarball: https://npm.pkg.github.com/download/@1inch/cross-chain-sdk/0.1.15-rc.0/e1deae6506aa5386f007e76df7321d34ea3d46fe

This results in the following error for users without GitHub credentials:
ERR_PNPM_FETCH_401: Unauthorized - 401
This breaks pnpm install in environments without GitHub auth tokens and access to 1inch registry.

Fix

The tarball entry was changed to:
tarball: https://registry.npmjs.org/@1inch/cross-chain-sdk/-/cross-chain-sdk-0.1.15-rc.0.tgz
This resolves the package directly from npmjs.org, avoiding auth errors and improving compatibility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant