S
S
Sergey2019-09-04 12:47:48
npm
Sergey, 2019-09-04 12:47:48

How to properly install gulp?

Good afternoon. Installed gulp-cli and gulp globally. To check, I write gulp -v in the console, the answer is:

gulp : Имя "gulp" не распознано как имя командлета, функции, файла сценария или выполняемой программы. Проверьте правильность написания имени, 
а также наличие и правильность пути, после чего повторите попытку.
строка:1 знак:1
+ ~~~~
    + CategoryInfo          : ObjectNotFound: (gulp:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

I found a recipe for creating an environment variable with the path to installed modules, but this does not help, the console response is the same. Tell me what's the matter.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey, 2019-09-06
@Banjamin

Solution found. Find the Path user environment variable and add the line where the npm modules are stored in it, in my case it is C:\Users\hotme\AppData\Roaming\npm\

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question