I'm using Gulp for my project. I used the path C:\Users\senthil\Desktop\angular
for installing gulp. But it got installed on C:\Users\senthil
. So I copied the folder and pasted it in my desired path, with gulp.js
file. Once I run the command gulp
, it shows an error
gulp is not recognized as an internal or external command,operable program or bath file
Do copy, paste of node_modules
is wrong?
C:\Users\senthil
to yourPATH
environment variable. If that's the case, you'll have to update that to your new location. – foraidt