M
M
massef2015-04-19 21:23:07
Command line
massef, 2015-04-19 21:23:07

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

1 answer(s)
I
Ilya Shatokhin, 2015-04-19
@iShatokhin

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 question

Ask a Question

731 491 924 answers to any question