Skip to content

Commit 3e31d44

Browse files
committed
updated installation instructions, avoid typescript issues
1 parent 7e4c835 commit 3e31d44

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/content/data-streams/tutorials/ts-sdk-fetch.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ You'll start with the set up of your TypeScript project, installing the SDK and
6060
1. Initialize a new Node.js project:
6161

6262
```bash
63-
npm init -y
63+
npm init -y
6464
```
6565

6666
1. Install the TypeScript SDK and other required packages:
6767

6868
```bash
6969
npm install @chainlink/data-streams-sdk dotenv
70-
npm install -D typescript @types/node tsx
70+
npm install -D tsx
7171
```
7272

7373
1. Set your API credentials:

src/content/data-streams/tutorials/ts-sdk-stream.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ First, you'll set up a basic TypeScript project, installing the SDK and pasting
7272

7373
```bash
7474
npm install @chainlink/data-streams-sdk dotenv
75-
npm install -D typescript @types/node tsx
75+
npm install -D tsx
7676
```
7777

7878
1. Set your API credentials:

0 commit comments

Comments
 (0)