pnpm create solana-program --client js --client rust --org acme --default --anchor anchor-test3
cd anchor-test3
pnpm install
pnpm generate
pnpm clients:js:test
✘ [ERROR] Could not resolve "@solana/kit"
resolved :
cd clients/js/
pnpm install @solana/kit
- cd
../..
pnpm clients:js:test
✔ increment › it cannot increment a counter that does not exist (423ms)
✔ create › it creates a new counter account (787ms)
✔ increment › it cannot increment a counter that belongs to another authority (803ms)
✔ increment › it increments an existing counter by 1 (1