I’ve been using Node.js and npm to compile .less to .css, .ts to .js, and minify. But I didn’t try setting it up my self until now. Wanting to understand it better, I searched and found nvm-windows as better approach to maintain these apps. To install it, I followed the instructions in below page and… Continue reading How to install Node.js and npm in Windows 10
Month: February 2022
How to check file checksum in Windows 10
After downloading an installer from the web. It is important to check the checksum of that file. This is to make sure that file is a clean copy from the publisher. One way to check is to use Windows 10 built-in tool, CertUtil. To check the md5 hash of a file. Open a command line… Continue reading How to check file checksum in Windows 10