0

Solution type: SharePoint SPFx

I made windows update on this Sunday. From that point, I am not able to execute gulp commands. I am not sure if there is any relation between windows update and gulp command. I am getting below error.

enter image description here I have installed gulp again by npm install gulp -g. I have restarted my machine and tried. But still same issue. I have added this in environment variables also. enter image description here

I have followed all the instructions explained in this issue but no resolution found.

After installation of gulp globally when I run below command it is not list me gulp enter image description here

Mihir
  • 8,340
  • 17
  • 52
  • 83

1 Answers1

0

You are checking the local packages, but you should check the global:

npm list -g --depth=0
Ruslan Korkin
  • 1,254
  • 14
  • 16