You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@rohancragg - Even after installing Python as you suggested, I still get the following error message from gyp:
npm ERR! gyp ERR! find VS **************************************************************
npm ERR! gyp ERR! find VS You need to install the latest version of Visual Studio
npm ERR! gyp ERR! find VS including the "Desktop development with C++" workload.
npm ERR! gyp ERR! find VS For more information consult the documentation at:
npm ERR! gyp ERR! find VS https://github.com/nodejs/node-gyp#on-windows
npm ERR! gyp ERR! find VS **************************************************************
This comes after an immense amount of logging related to downloading code / libs, extracting files from tarball node-v16.15.1, etc... I am unsure what the example is trying to accomplish, but it seems to be related to OpenSSL?
Trying to run vue-app after creating from template repo I am unable to run
npm install
without errors that suggest I need python2.exe in my PATHI am able to resolve this by installing python 2.7 with using Scoop to install Python2 on Windows (note, I already had Python 3).
and also
and finally...
The text was updated successfully, but these errors were encountered: