Answer the question
In order to leave comments, you need to log in
Why can't Ubuntu see gulp installed with yarn?
I would like to use the nvm + yarn + gulp stack. After installing nvm and yarn, I ran the command:
sudo yarn global add gulp-cli
My old notes pointed out that it was important to run the command with sudo. Now I can't explain why. Unfortunately, the command was not executable because calls with sudo do not see node on the system:
node -v
v14.13.0
sudo node -v
sudo: node: команда не найдена
yarn global list
yarn global v1.22.5
info "[email protected]" has binaries:
- gulp
Done in 0.46s.
gulp -v
bash: gulp: команда не найдена
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question