From 2209953237e06324eae923d57fff3b1816cfac88 Mon Sep 17 00:00:00 2001 From: andrew Date: Fri, 24 Jul 2026 13:49:23 -0300 Subject: [PATCH 1/2] Update downloading-and-installing-node-js-and-npm.mdx Options available --- .../downloading-and-installing-node-js-and-npm.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/getting-started/configuring-your-local-environment/downloading-and-installing-node-js-and-npm.mdx b/content/getting-started/configuring-your-local-environment/downloading-and-installing-node-js-and-npm.mdx index 9b46c973990..6b1d2632d85 100644 --- a/content/getting-started/configuring-your-local-environment/downloading-and-installing-node-js-and-npm.mdx +++ b/content/getting-started/configuring-your-local-environment/downloading-and-installing-node-js-and-npm.mdx @@ -1,4 +1,4 @@ ---- +---cloudflare = { source = "cloudflare/sdks/cloudflare" } title: Downloading and installing Node.js and npm redirect_from: - /getting-started/installing-node From 0509f59ae748937c193f0e316afa7c7f1b0b0bca Mon Sep 17 00:00:00 2001 From: andrew Date: Wed, 2 Sep 2026 02:46:00 -0300 Subject: [PATCH 2/2] Fix frontmatter: remove stray 'cloudflare' insertion and restore proper YAML frontmatter --- .../downloading-and-installing-node-js-and-npm.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/getting-started/configuring-your-local-environment/downloading-and-installing-node-js-and-npm.mdx b/content/getting-started/configuring-your-local-environment/downloading-and-installing-node-js-and-npm.mdx index 6b1d2632d85..2c5b59bc302 100644 --- a/content/getting-started/configuring-your-local-environment/downloading-and-installing-node-js-and-npm.mdx +++ b/content/getting-started/configuring-your-local-environment/downloading-and-installing-node-js-and-npm.mdx @@ -1,10 +1,10 @@ ----cloudflare = { source = "cloudflare/sdks/cloudflare" } +--- title: Downloading and installing Node.js and npm redirect_from: - /getting-started/installing-node --- -To publish and install packages to and from the public npm registry or a private npm registry, you must install Node.js and the npm command line interface using either a Node version manager or a Node installer. **We strongly recommend using a Node version manager like [nvm](https://github.com/nvm-sh/nvm) to install Node.js and npm.** We do not recommend using a Node installer, since the Node installation process installs npm in a directory with local permissions and can cause permissions errors when you run npm packages globally. +To publish and install packages to and from the public npm registry or a private npm registry, you must install Node.js and the npm command line interface using either a Node version manager or a N[...] @@ -33,7 +33,7 @@ npm -v ## Using a Node version manager to install Node.js and npm -Node version managers allow you to install and switch between multiple versions of Node.js and npm on your system so you can test your applications on multiple versions of npm to ensure they work for users on different versions. +Node version managers allow you to install and switch between multiple versions of Node.js and npm on your system so you can test your applications on multiple versions of npm to ensure they work [...] ### macOS or Linux Node version managers @@ -56,7 +56,7 @@ If you use Linux, we recommend that you use a NodeSource installer. ### macOS or Windows Node installers -If you're using macOS or Windows, use one of the installers from the [Node.js download page](https://nodejs.org/en/download/). Be sure to install the version labeled **LTS**. Other versions have not yet been tested with npm. +If you're using macOS or Windows, use one of the installers from the [Node.js download page](https://nodejs.org/en/download/). Be sure to install the version labeled **LTS**. Other versions have n[...] ### Linux or other operating systems Node installers