2022-11-28
|~4 min read
|622 words
At the office, our recommended toolchain manager for Javascript is Volta. As someone who has struggled with global | packages in the past, I…
2022-11-28
|~2 min read
|326 words
I recently had to run an application built with Python 3.6. Unfortunately, when I looked at the installed version of python on my OS, it was…
2022-11-28
|~4 min read
|607 words
I’ve written in the past about how to manage globally installed NPM packages. In my previous post I covered how to: See what’s installed…
2022-11-28
|~2 min read
|380 words
NVM, the Node Version Manager, is an invaluable tool when working on multiple node projects. Instead of manually managing the globally…
2022-11-28
|~2 min read
|356 words
I find myself frequently looking up which version of Node and npm I’m running. Today, a colleague showed me how to get it and lots of…