dotfiles
nvm
Our great sponsors
dotfiles | nvm | |
---|---|---|
2 | 268 | |
1,356 | 65,798 | |
- | 1.2% | |
4.3 | 8.1 | |
about 2 months ago | 10 days ago | |
Shell | Shell | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
dotfiles
-
My .dotfiles
The dotfiles setup scripts are heavily knocked-off inspired version of beautiful Cătălin’s dotfiles. You should probably check it out!
-
MacOS Development workspace 2021
alrra - dotfiles
nvm
-
Notification system for a grocery app with React and NodeJS
Now we’ll be needing to create our backend with Node and Express. Specifically, we need Node version 18.12.0. There’s a command line utility that we can use to switch to the version we need.
-
Out of curiosity, what is your best script you can showcase?
If they had used an .nvmrc file instead, I could run nvm use to ensure I'm using the correct node version. In order to get this same type of behavior I use a function I wrote called nvmpe that uses jq to get the node version from the value from package.json and then nvm to set my node version.
-
Held broken package error
Have you tried to use nvm or volta to manage node? https://github.com/nvm-sh/nvm https://volta.sh/
- Termux and nvm
-
You can handle many Node versions at once and switch them automatically with nvm
If you're working on multiple projects, some might have different node version requirements. This happens a lot for Open Source contributors! Let's see how to quickly switch between them with a tool called nvm and leverage the .nvmrc file to make it 100% seamless! It's available on all OS, including Windows, Linux, and MacOS. Do not get confused though, Windows has its own version, slightly different from the one for Unix systems: - Windows: https://github.com/coreybutler/nvm-windows - Linux/MacOS: https://github.com/nvm-sh/nvm In short, they both use nvm as a terminal command, so for basic usage you won't find many differences. For advanced users though, you may notice something. Make sure to read the docs in the README.md file of each repository. I explain everything in a video, if you're interested you can watch it here: https://youtu.be/A-pbv5eKCDc Enjoy nvm!
-
You can manage multiple Node versions with nvm
Linux/MacOS: https://github.com/nvm-sh/nvm
-
Signal Desktop Migration / Backup w/ Conversation History (but no previews)
I used nvm (for Windows) (for Linux/MacOS else) to install node/npm for use. Then I used the v18 lts version of node to run this.
-
Getting Started with Fast-Api 🏎️ and Docker🐳
Node.js and NPM installed on your system (if you want to create a Vue frontend). Nvm is recommended.
-
[I - IOTA Development]: Preparar el entorno
Instalación de Node Version Manager (NVM)
-
Build a Node.js Payment Gateway with Rapyd
Note that for the purpose of this tutorial, I’m using node version 16.13.0 and npm version 8.1.0. You can make use of Node Version Manager (NVM) to manage and use this exact version of node and npm. Follow this guide for a step-by-step tutorial on how to use NVM.
What are some alternatives?
fnm - 🚀 Fast and simple Node.js version manager, built in Rust
asdf - Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more
nvs - Node Version Switcher - A cross-platform tool for switching between versions and forks of Node.js
volta - Volta: JS Toolchains as Code. ⚡
corepack - Zero-runtime-dependency package acting as bridge between Node projects and their package managers
SDKMan - The SDKMAN! Command Line Interface
nodist - Natural node.js and npm version manager for windows.
docker-node - Official Docker Image for Node.js :whale: :turtle: :rocket:
HomeBrew - 🍺 The missing package manager for macOS (or Linux)
nvm for Windows - A node.js version management utility for Windows. Ironically written in Go.
shelljs - :shell: Portable Unix shell commands for Node.js
cross-env