From 24894d28da0372e503a6d5740188c599d4ca94ce Mon Sep 17 00:00:00 2001 From: mathieudutour Date: Fri, 22 Nov 2024 16:58:13 +0100 Subject: [PATCH] Docs: Update required node version --- docs/basics/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/basics/getting-started.md b/docs/basics/getting-started.md index 59c2c0bcbf28..b619afc1f62c 100644 --- a/docs/basics/getting-started.md +++ b/docs/basics/getting-started.md @@ -9,8 +9,8 @@ description: This guide covers the prerequisites you need to start building exte Before you can create your first extension, make sure you have the following prerequisites. - You have Raycast 1.26.0 or higher installed. -- You have [Node.js](https://nodejs.org) 16.10 or higher installed. We recommend [nvm](https://github.com/nvm-sh/nvm) to install Node. -- You have [npm](http://npmjs.com) 7.x or 8.x +- You have [Node.js](https://nodejs.org) 20.15 or higher installed. We recommend [nvm](https://github.com/nvm-sh/nvm) to install Node. +- You have [npm](http://npmjs.com) 7 or higher - You are familiar with [React](https://reactjs.org) and [TypeScript](https://www.typescriptlang.org). Don't worry, you don't need to be an expert. If you need some help with the basics, check out TypeScript's [Handbook](https://www.typescriptlang.org/docs/handbook/intro.html) and React's [Getting Started](https://react.dev/learn) guide. ## Sign In