balanced-network-interface
balanced-network-interface copied to clipboard
cant run the interface locally after following the install instructions
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
andyarn 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.