diff --git a/pages/en/learn/getting-started/how-to-install-nodejs.md b/pages/en/learn/getting-started/how-to-install-nodejs.md index 40f72f70043e5..b497e0727dc0a 100644 --- a/pages/en/learn/getting-started/how-to-install-nodejs.md +++ b/pages/en/learn/getting-started/how-to-install-nodejs.md @@ -6,9 +6,9 @@ authors: flaviocopes, ZYSzys, ollelauribostrom, MylesBorins, fhemberger, LaRuaNa # How to install Node.js -Node.js can be installed in different ways. This post highlights the most common and convenient ones. Official packages for all the major platforms are available at [https://nodejs.dev/download/](/download/). +Node.js can be installed in different ways. This post highlights the most common and convenient ones. Official packages for all the major platforms are available at [https://nodejs.org/download/](/download). -One very convenient way to install Node.js is through a package manager. In this case, every operating system has its own. Other package managers for MacOS, Linux, and Windows are listed in [https://nodejs.dev/download/package-manager/](/download/package-manager/) +One very convenient way to install Node.js is through a package manager. In this case, every operating system has its own. Other package managers for MacOS, Linux, and Windows are listed in [https://nodejs.org/download/package-manager/](/download/package-manager/) `nvm` is a popular way to run Node.js. It allows you to easily switch the Node.js version, and install new versions to try and easily rollback if something breaks. It is also very useful to test your code with old Node.js versions. diff --git a/styles/old/layout/main.css b/styles/old/layout/main.css index 5251dbec09e8b..d67479307b772 100644 --- a/styles/old/layout/main.css +++ b/styles/old/layout/main.css @@ -1,11 +1,11 @@ #main { .container { - display: flex; - flex-direction: column; + display: block; } .has-side-nav.container { flex-direction: row; + display: flex; } }