I have used pinokio with bold.dya, after setting everything show this type of error

Odds are you used npm install instead of pnpm install. Delete the node_modules folder in the repository and run:

  • npm install npm & pnpm install

Then run Bolt.diy using:

  • pnpm run dev
1 Like