balanced-network-interface icon indicating copy to clipboard operation
balanced-network-interface copied to clipboard

cant run the interface locally after following the install instructions

Open FidelVe opened this issue 5 months ago • 3 comments

Good morning team.

Im trying to run the interface locally but im running into many errors. This is what I did:

  • git clone [email protected]:balancednetwork/balanced-network-interface.git
  • cd balanced-network-interface
  • pnpm install
  • cd apps/web
  • tried to run yarn and yarn install got the following error:
Usage Error: This project is configured to use pnpm

$ yarn ...
  • ran instead pnpm install successfully
  • tried running pnpm run dev and got the following errors:
[plugin:vite:import-analysis] Failed to resolve entry for package "@balancednetwork/sdk-core". The package may have incorrect main/module/exports specified in its package.json.

FidelVe avatar Aug 27 '24 14:08 FidelVe