This tutorial walk you through how you can use nvm to choose different Node.js versions with Spacame
Categories
Using nvm with Spacemacs

This tutorial walk you through how you can use nvm to choose different Node.js versions with Spacame
In this post, we are going to see how we can setup prettier for Spacemacs and also to auto format while saving your files.
In this tutorial, we will see how to setup automated code coverage metrics collection for your Ember addons using Coveralls and Github Actions.
Snowpack is a post-install tool. It runs after npm install, and it essentially exists to convert your npm packages (in your “node_modules/” directory) into JS files that run in the browser without a bundler (written to a “web_modules/” directory).