MacOS Archives - Tuts Make https://www.tutsmake.com/category/macos/ Tutorials Maker Sun, 24 Dec 2023 09:15:55 +0000 en-US hourly 1 https://www.tutsmake.com/wp-content/uploads/2018/12/cropped-favicon-1024-1-1-32x32.png MacOS Archives - Tuts Make https://www.tutsmake.com/category/macos/ 32 32 Uninstall Node.js on a Mac OS https://www.tutsmake.com/how-to-uninstall-node-js-on-a-mac/ https://www.tutsmake.com/how-to-uninstall-node-js-on-a-mac/#respond Sun, 24 Dec 2023 08:30:49 +0000 https://www.tutsmake.com/?p=24069 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

The post Uninstall Node.js on a Mac OS appeared first on Tuts Make.

]]>
https://www.tutsmake.com/how-to-uninstall-node-js-on-a-mac/feed/ 0
Install Node.js and NPM on Mac OS M1|M2 with HomeBrew https://www.tutsmake.com/how-to-install-node-js-and-npm-on-macos/ https://www.tutsmake.com/how-to-install-node-js-and-npm-on-macos/#respond Sat, 23 Dec 2023 12:22:36 +0000 https://www.tutsmake.com/?p=24054 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

The post Install Node.js and NPM on Mac OS M1|M2 with HomeBrew appeared first on Tuts Make.

]]>
https://www.tutsmake.com/how-to-install-node-js-and-npm-on-macos/feed/ 0
Set Environment Variables in Mac OS https://www.tutsmake.com/set-environment-variables-in-mac-os/ https://www.tutsmake.com/set-environment-variables-in-mac-os/#respond Sat, 23 Dec 2023 07:33:26 +0000 https://www.tutsmake.com/?p=28763 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

The post Set Environment Variables in Mac OS appeared first on Tuts Make.

]]>
https://www.tutsmake.com/set-environment-variables-in-mac-os/feed/ 0
Composer is not recognized as an internal or external command https://www.tutsmake.com/composer-is-not-recognized-as-an-internal-or-external-command/ https://www.tutsmake.com/composer-is-not-recognized-as-an-internal-or-external-command/#respond Sat, 23 Dec 2023 04:15:40 +0000 https://www.tutsmake.com/?p=28086 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

The post Composer is not recognized as an internal or external command appeared first on Tuts Make.

]]>
https://www.tutsmake.com/composer-is-not-recognized-as-an-internal-or-external-command/feed/ 0
Nodemon App Crashed – Waiting For File Changes Before Starting https://www.tutsmake.com/nodemon-app-crashed-waiting-for-file-changes-before-starting/ https://www.tutsmake.com/nodemon-app-crashed-waiting-for-file-changes-before-starting/#respond Fri, 10 Nov 2023 10:17:41 +0000 https://www.tutsmake.com/?p=28921 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

The post Nodemon App Crashed – Waiting For File Changes Before Starting appeared first on Tuts Make.

]]>
https://www.tutsmake.com/nodemon-app-crashed-waiting-for-file-changes-before-starting/feed/ 0
How to Uninstall MySQL on Mac https://www.tutsmake.com/how-to-uninstall-mysql-on-mac/ https://www.tutsmake.com/how-to-uninstall-mysql-on-mac/#respond Fri, 11 Aug 2023 03:10:29 +0000 https://www.tutsmake.com/?p=25045 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

The post How to Uninstall MySQL on Mac appeared first on Tuts Make.

]]>
https://www.tutsmake.com/how-to-uninstall-mysql-on-mac/feed/ 0
Install MySQL on Mac Brew https://www.tutsmake.com/how-to-install-mysql-on-mac-using-brew/ https://www.tutsmake.com/how-to-install-mysql-on-mac-using-brew/#respond Wed, 05 Jul 2023 13:54:41 +0000 https://www.tutsmake.com/?p=25039 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

The post Install MySQL on Mac Brew appeared first on Tuts Make.

]]>
https://www.tutsmake.com/how-to-install-mysql-on-mac-using-brew/feed/ 0
Find and Kill Process on Port macOS https://www.tutsmake.com/find-and-kill-process-on-port-macos/ https://www.tutsmake.com/find-and-kill-process-on-port-macos/#respond Sat, 08 Apr 2023 14:06:54 +0000 https://www.tutsmake.com/?p=24581 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

The post Find and Kill Process on Port macOS appeared first on Tuts Make.

]]>
https://www.tutsmake.com/find-and-kill-process-on-port-macos/feed/ 0
How to Download Files from ssh to Local Mac https://www.tutsmake.com/how-to-download-files-from-ssh-to-local-mac/ https://www.tutsmake.com/how-to-download-files-from-ssh-to-local-mac/#respond Thu, 06 Apr 2023 10:38:09 +0000 https://www.tutsmake.com/?p=24547 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

The post How to Download Files from ssh to Local Mac appeared first on Tuts Make.

]]>
https://www.tutsmake.com/how-to-download-files-from-ssh-to-local-mac/feed/ 0
How to Install Maven on Mac OS using Brew https://www.tutsmake.com/how-to-install-maven-on-mac-os-using-brew/ https://www.tutsmake.com/how-to-install-maven-on-mac-os-using-brew/#respond Tue, 04 Apr 2023 08:09:48 +0000 https://www.tutsmake.com/?p=24397 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

The post How to Install Maven on Mac OS using Brew appeared first on Tuts Make.

]]>
https://www.tutsmake.com/how-to-install-maven-on-mac-os-using-brew/feed/ 0