Describe The Outcome:
When trying to install the SDK using pnpm the installation fails with
pnpm i --save @ionicprotocol/sdk
ERR_PNPM_WORKSPACE_PKG_NOT_FOUND In : "@ionicprotocol/chains@workspace:*" is in the dependencies but no package named "@ionicprotocol/chains" is present in the workspace
Expected behavior:
Installation to occur without failure.
Steps To Reproduce: (Steps to reproduce the behavior)
Run pnpm i --save @ionicprotocol/sdk in an existing project.
Browser/App/Platform Info
Mac OS, pnpm 9.5, node 20.15.0
Hi @aquarat, the SDK has not really been deployed as a standalone package. What's your use case? We can help you with this. Sorry for the delayed response.
Describe The Outcome: When trying to install the SDK using pnpm the installation fails with
Expected behavior: Installation to occur without failure.
Steps To Reproduce: (Steps to reproduce the behavior)
pnpm i --save @ionicprotocol/sdk
in an existing project.Browser/App/Platform Info Mac OS, pnpm 9.5, node 20.15.0