Backend Development

How to Change the Node Version for Netlify Builds

In this article we take a look at how to use the package.json to specify a node/npm engine for our local development. We then explore the .nvmrc file and how this applies to a Netlify build to enforcing netlify to build with a specific version.

Building Your First Node JS CLI

In this article, I take the reader on the journey as I explore how to create a Node-based CLI. I talk a little bit about how to run a CLI using NPM or NPX and then cover the code I used to create one.