I have been using gulp.js for some time and everything was fine, but today by inserting this code I saw that it gave me this problem:
can you tell me why? how do i solve this problem?
Translated error:
I'm sorry if the error is in Italian! I immediately translate anyway: gulp: Term 'gulp' not recognized as a cmdlet name, function, executable program or script file. Check the spelling of the name or verify that the path is included and correct, then try again. In row: 1 car: 1
- gulp watch
-
+ CategoryInfo: ObjectNotFound: (gulp: String) [], CommandNotFoundException + FullyQualifiedErrorId: CommandNotFoundException
gulp -v
? Gulp has to be installed locally and globally. – Markgulp
as a command, you would get the same error withgulp -v
, no? – aercie