From c40558a09f0258eaf505ddb3bf89fc6434c6999a Mon Sep 17 00:00:00 2001 From: pl00h <139405650+pl00h@users.noreply.github.com> Date: Thu, 19 Dec 2024 17:07:22 -0500 Subject: [PATCH] Revert "Update dev_guide.mdx (#136)" This reverts commit fdca4e70bf0c82f9f0706666b4b87a9dc56d4e48. --- devvit-docs/docs/dev_guide.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devvit-docs/docs/dev_guide.mdx b/devvit-docs/docs/dev_guide.mdx index ba0b4b361..ae6392c4d 100644 --- a/devvit-docs/docs/dev_guide.mdx +++ b/devvit-docs/docs/dev_guide.mdx @@ -22,11 +22,11 @@ You'll also need an editor for viewing and editing code (we recommend [VS Code]( Click here for instructions on installing Node.js
- You’re going to work with TypeScript. In order for TypeScript to work with Devvit, you’ll need a working Node.js environment and then the Devvit command line interface. Node.js is an open-source server environment that makes it possible to develop and run Javascript apps anywhere. Node.js lets you import and use packages (code that other people have written) into your code. + You’re going to work with TypeScript. In order for Typescript to work with Devvit, you’ll need a working Node.js environment and then the Devvit command line interface. Node.js is an open-source server environment that makes it possible to develop and run Javascript apps anywhere. Node.js lets you import and use packages (code that other people have written) into your code. **Option 1: Use node version manager (nvm)** -Install or update [nvm](https://github.com/nvm-sh/nvm#installing-and-updating) to use as a handy command-line tool for managing multiple Node.js versions on your system. This will allow you to switch between different versions easily. If you choose to use a different node version manager, check out these [suggestions from npmjs.org](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm). +Install or update [nvm](https://github.com/nvm-sh/nvm#installing-and-updating) to use as a handy command-line tool for managing multiple Node.js versions on your system. This will allow you to switch between different versions easily. If you to use a different node version manager, check out these [suggestions from npmjs.org](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm). For macOS or Linux: