nodemon install mac tips zsh: command not found: nodemon

Reference connection:
Reference connection:

nodemon install mac tips zsh: command not found: nodemon

After the online search, try the following methods to successfully install, andnodemon The command ran successfully:

npm config set prefix /usr/local
sudo npm install nodemon -g --registry=https://registry.npm.taobao.org

Appears zsh: command not found: xxx Solution:

The bash shell environment variable in .bash_profile all like to join in zsh shell

1, file editor to open .zshrc
2, find the "# User configuration", was addedsource ~/.bash_profile
3, the editor performssource .bash_profilesource .zshrc

Intelligent Recommendation

Mac OS Install the pit appearing in the Vue-Cli Scaffold, install the Vue command, appear ZSH: Command NOT Found: NPM Tips

I have learned a Vue-CLI scaffold recently. When I installed, I found that I can't successfully install it. I can install success in three minutes. The specific mistake is as follows: I asked a few bi...

Mac connection mysql tips ZSH: Command NOT Found: MySQL

These days have used the project to use the database, and the servers on Ali Cloud have expired without renewal, so they have the latest mysql 8.0.23 on the computer. As a result, when I want to acces...

<Nodejs> Install Nodemon instead of the node command to run the JS file

Installation command Configure Package.json file mainThe field is the entrance of the project, which is configured as the first file to be executed when the project startup;devIt is a Vue-CLI scaffold...

Mac zsh: command not found: mvn

The rookie just uses Mac, the Java environment has been equipped, and the Nai Maven environment has never been. I have already mentioned everyone to add the path to the .bash_profile file. export M2_H...

[MAC environment] ZSH: Command not Found:

From Window to the MAC system in recent days, the problem coming one after another: overall installation of YARN, WebPack and other global packages, from the beginning, no permission to install succes...

More Recommendation

Mac zsh: command not found: docker

Question: Mac operation docker can't find instructions Reason: The Docker's command is not added to the system variable solve: 1. Find the path of the docker command. Below is my path 2. Modify the fi...

Uninstall node and install node and nodemon

Uninstall node: Open the control panel to uninstall node Find C:\Program Files\nodejs and delete the node.js file Install node Official download address: http://nodejs.cn/download/ After the download ...

Install nodemon package globally installed

Install NRM package overall effect NRM this tool is helping usSwitch the source of the installation packageof. Because the download package, the default is to download from the NPM official website (f...

Node Install HotNode and Nodemon and start

HotNode and Nodemon are different startup plugins, two different boot methods. Can be installed in the form of a project directly in the project Install hotnode nodemon start up hotnode nodemon Both a...

Node command error --nodemon: Unable to recognize "nodemon" item

Watching the video today, I want to practice using itnpmRealize cross-domain requests on this machine. First of all, take a look at nodemon. nodemon nodemon is used to monitor any changes in the node....

Copyright  DMCA © 2018-2026 - All Rights Reserved - www.programmersought.com  User Notice

Top