Facing an issue while creating pluggable widget

0
Hi All ,  I am trying to create a pluggable widget . I have installed npm , yeoman and then visual studio code. The n I ran command for creating pluggable widget wherein it asked me few questions related to widget , versions and so on. When I hit enter , it started installation process. But it failed in between and showed me an error which stated that – Unable to find Visual Studio. Could you please let me know the fix for it ? I am attaching the screenshot for your reference.    Thanks , Aasawari  
asked
1 answers
0

Check if code.cmd is in yout laptop’s PATH:

  • open a command prompt
  • path
  • check if you have C:\Users\<youruid>\AppData\Local\Programs\Microsoft VS Code\bin

In that dir you will find code.cmd

answered