Posts tagged as node
Update nvm installed node version and keep globally installed packages
📆2019-07-01🍱tools
Node Version Manager is great for managing and working with different node versions but can be a little tricky to update to a newer version the first times. Especially if you want to keep all the globally installed packages. It’s actually…
Make a TypeScript Node server hot reload on changes with Nodemon
📆2019-04-10🍱tools
When building a front-end app today it is common to have the app hot reloading in the browser every time you make a change. This can also be done for your back-end app built with Node by using a package called Nodemon. This app watches all…