If you have node.js or npm installed in your mac system. And you want to uninstall node.js and npm in your Mac OS system for some reason. In this tutorial, we will show you 3 solutions to uninstall Node.js from
Category: MacOS
Install Node.js and NPM on Mac OS M1|M2 with HomeBrew
Mac OS has Homebrew package manager which works like a dependency manager, using it you can install Node JS and NPM in your Mac OS m1 or m2 system. In this tutorial, we will show you how to install node
Read More Install Node.js and NPM on Mac OS M1|M2 with HomeBrew
Set Environment Variables in Mac OS
If you want to set an environment variable in your Mac OS system then for this you have to use the export variable_name=value command. And if the value contains spaces then the value must be enclosed in double quotes; In
Composer is not recognized as an internal or external command
Composer is not recognized as an internal or external command operable program or batch file error can occur due to two reasons, Composer is not installed properly or the Composer executable file is not found in the environment variables as
Read More Composer is not recognized as an internal or external command
Nodemon App Crashed – Waiting For File Changes Before Starting
Nodemon is a utility that monitors for changes in your source code and automatically restarts the Node.js application when changes are detected. The message “nodemon app crashed – waiting for file changes before starting” typically appears when you are using
Read More Nodemon App Crashed – Waiting For File Changes Before Starting
How to Uninstall MySQL on Mac
If you are using MySQL in a Mac system. And want to remove the MySQL server and it’s all files, directories from Mac for some reason. So you are in the right tutorial. In this tutorial, you will learn how
Install MySQL on Mac Brew
Installing MySQL using terminal on Mac; In this tutorial, you will learn how to download, install and secure MySQL on Mac using Brew via terminal. Install MySQL on Mac Brew By using the following steps, you can install MySQL on
Find and Kill Process on Port macOS
As a macOS user, you may have encountered situations where your computer seems to be running slow, and you’re not sure why. One possible cause of this problem is a process running on a specific port that’s consuming resources. In
How to Download Files from ssh to Local Mac
Secure Shell (SSH) is a protocol used to securely connect to a remote server and perform various tasks, including downloading files. If you’re using a Mac, downloading files from SSH to your local machine is a straightforward process that requires
How to Install Maven on Mac OS using Brew
If you are a Mac user, you can easily install Maven using Homebrew, a popular package manager for macOS. Here’s a step-by-step guide on how to install Maven on Mac using Homebrew. How to Install Maven on macOS By following