Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Updated npm install dependencies #436

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ solana logs

```bash
npm install
npm install -g typescript
npm install -g ts-node
npm install --save-dev @tsconfig/recommended
```

### Build the on-chain program
Expand Down Expand Up @@ -167,6 +170,9 @@ Success
Program failed to complete: exceeded maximum number of instructions allowed (200000) at instruction #334
Program G5bbS1ipWzqQhekkiCLn6u7Y1jJdnGK85ceSYLx2kKbA failed: Program failed to complete

- ``` error TS6053: File '@tsconfig/recommended/tsconfig.json' not found. ```
- Ensure to follow Install npm dependencies steps above, most likely due to ``` npm install --save-dev @tsconfig/recommended ``` not being installed

### Customizing the Program

To customize the example, make changes to the files under `/src`. If you change
Expand Down