Skip to main content
added 6 characters in body
Source Link
Cody Gray
  • 246.1k
  • 53
  • 513
  • 591

maybe youYou should try to check the log when dogenerated by npm install ,.

I have faced the same issues, and I found the error that python2 is not found in the PATHpath (environment variable). So I install the python then

After installing Python, everything workworked fine. Hope this help!

maybe you should try to check the log when do npm install , I have faced the same issues and I found the error that python2 is not found in the PATH. So I install the python then everything work fine. Hope this help!

You should try to check the log generated by npm install.

I have faced the same issues, and I found the error that python2 is not found in the path (environment variable).

After installing Python, everything worked fine.

Source Link

maybe you should try to check the log when do npm install , I have faced the same issues and I found the error that python2 is not found in the PATH. So I install the python then everything work fine. Hope this help!