Skip to content

Instantly share code, notes, and snippets.

View andyngojs's full-sized avatar
🎯
Focusing

Dong Ngo andyngojs

🎯
Focusing
  • Viet Nam
  • 00:20 (UTC +07:00)
View GitHub Profile
@bergmannjg
bergmannjg / rearct-native-app-in-wsl2.md
Last active September 19, 2024 12:38
Building a react native app in WSL2
@d2s
d2s / installing-node-with-nvm.md
Last active August 10, 2024 04:45
Installing Node.js to Linux & macOS & WSL with nvm

Installing Node.js with nvm to Linux & macOS & WSL

A quick guide on how to setup Node.js development environment.

Install nvm for managing Node.js versions

nvm allows installing several versions of Node.js to the same system. Sometimes applications require a certain versions of Node.js to work. Having the flexibility of using specific versions can help.

  1. Open new Terminal window.