Answer the question
In order to leave comments, you need to log in
The terminal does not allow you to execute commands, writes -bash: command: command not found?
Greetings.
I'm trying to run gulp, but in response it gives the following line
-bash: gulp: command not found
As I understand it, the bash add-on is enabled, so the terminal does not understand the gulp command . And not only this one, for example, npm also answers this way.
Please tell me how to remove it? This garbage started after I generated ssh keys
Answer the question
In order to leave comments, you need to log in
Add " export PATH=/usr/local/share/npm/bin:$PATH " to your " .bashrc/.bash_profile/.zshrc " file.
The paths must match yours.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question