Skip to content

Commit 30e3317

Browse files
committed
docs: drop incorrect Node.js v24+ requirement from READMEs and CONTRIBUTING.md
1 parent 0561426 commit 30e3317

13 files changed

Lines changed: 0 additions & 51 deletions

File tree

CONTRIBUTING.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,10 @@ Thanks for contributing! This guide covers everything you need to get from a fre
44

55
## Prerequisites
66

7-
- **Node.js**: 24 or newer (older versions break `isolated-vm`).
87
- **pnpm**: 10.17.0 or newer. Use the version pinned in `packageManager` (`pnpm@11.1.1`).
98
- Recommended: install via [Corepack](https://nodejs.org/api/corepack.html). Run `corepack enable` once and pnpm is managed automatically.
109
- **Git**.
1110

12-
We don't currently use Volta/asdf/nvm files. A `.nvmrc` pins the Node version if you use nvm/fnm.
13-
1411
## Initial setup
1512

1613
```bash

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ A powerful, type-safe AI SDK for building AI-powered applications.
4949

5050
### <a href="https://tanstack.com/ai">Read the docs →</a>
5151

52-
## Requirements
53-
54-
- **Node.js v24+** is required to avoid compatibility issues with `isolated-vm`.
55-
5652
## Tree-Shakeable Adapters
5753

5854
Import only the functionality you need for smaller bundle sizes:

packages/typescript/ai-client/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ A powerful, type-safe AI SDK for building AI-powered applications.
4949

5050
### <a href="https://tanstack.com/ai">Read the docs →</a>
5151

52-
## Requirements
53-
54-
- **Node.js v24+** is required to avoid compatibility issues with `isolated-vm`.
55-
5652
## Tree-Shakeable Adapters
5753

5854
Import only the functionality you need for smaller bundle sizes:

packages/typescript/ai-devtools/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ A powerful, type-safe AI SDK for building AI-powered applications.
4949

5050
### <a href="https://tanstack.com/ai">Read the docs →</a>
5151

52-
## Requirements
53-
54-
- **Node.js v24+** is required to avoid compatibility issues with `isolated-vm`.
55-
5652
## Tree-Shakeable Adapters
5753

5854
Import only the functionality you need for smaller bundle sizes:

packages/typescript/ai-gemini/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ A powerful, type-safe AI SDK for building AI-powered applications.
4949

5050
### <a href="https://tanstack.com/ai">Read the docs →</a>
5151

52-
## Requirements
53-
54-
- **Node.js v24+** is required to avoid compatibility issues with `isolated-vm`.
55-
5652
## Tree-Shakeable Adapters
5753

5854
Import only the functionality you need for smaller bundle sizes:

packages/typescript/ai-ollama/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ A powerful, type-safe AI SDK for building AI-powered applications.
4949

5050
### <a href="https://tanstack.com/ai">Read the docs →</a>
5151

52-
## Requirements
53-
54-
- **Node.js v24+** is required to avoid compatibility issues with `isolated-vm`.
55-
5652
## Tree-Shakeable Adapters
5753

5854
Import only the functionality you need for smaller bundle sizes:

packages/typescript/ai-openai/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ A powerful, type-safe AI SDK for building AI-powered applications.
4949

5050
### <a href="https://tanstack.com/ai">Read the docs →</a>
5151

52-
## Requirements
53-
54-
- **Node.js v24+** is required to avoid compatibility issues with `isolated-vm`.
55-
5652
## Tree-Shakeable Adapters
5753

5854
Import only the functionality you need for smaller bundle sizes:

packages/typescript/ai-react-ui/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ A powerful, type-safe AI SDK for building AI-powered applications.
4949

5050
### <a href="https://tanstack.com/ai">Read the docs →</a>
5151

52-
## Requirements
53-
54-
- **Node.js v24+** is required to avoid compatibility issues with `isolated-vm`.
55-
5652
## Tree-Shakeable Adapters
5753

5854
Import only the functionality you need for smaller bundle sizes:

packages/typescript/ai-react/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ A powerful, type-safe AI SDK for building AI-powered applications.
4949

5050
### <a href="https://tanstack.com/ai">Read the docs →</a>
5151

52-
## Requirements
53-
54-
- **Node.js v24+** is required to avoid compatibility issues with `isolated-vm`.
55-
5652
## Tree-Shakeable Adapters
5753

5854
Import only the functionality you need for smaller bundle sizes:

packages/typescript/ai/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ A powerful, type-safe AI SDK for building AI-powered applications.
4949

5050
### <a href="https://tanstack.com/ai">Read the docs →</a>
5151

52-
## Requirements
53-
54-
- **Node.js v24+** is required to avoid compatibility issues with `isolated-vm`.
55-
5652
## Tree-Shakeable Adapters
5753

5854
Import only the functionality you need for smaller bundle sizes:

0 commit comments

Comments
 (0)