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..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 @@ -4,7 +4,7 @@ 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