Skip to content

Commit

Permalink
fix: two tiny hot fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ovflowd committed Nov 1, 2023
1 parent 1c49600 commit b6a5825
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pages/en/learn/getting-started/how-to-install-nodejs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions styles/old/layout/main.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#main {
.container {
display: flex;
flex-direction: column;
display: block;
}

.has-side-nav.container {
flex-direction: row;
display: flex;
}
}

Expand Down

0 comments on commit b6a5825

Please sign in to comment.