npm install
fails on windows with error gyp ERR! find VS
#119
Answered
by
mirestrepo
mirestrepo
asked this question in
Q&A
-
When running
|
Beta Was this translation helpful? Give feedback.
Answered by
mirestrepo
Sep 14, 2022
Replies: 1 comment
-
We need to tell npm what version of Visual Studio you are using. Assuming your versions of Visual Studio is 2022, you can do so by running
then re-run Also confirm that Visual Studio is located at "C:\Program Files\Microsoft Visual Studio\2022\Community" |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
RobertGemmaJr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need to tell npm what version of Visual Studio you are using. Assuming your versions of Visual Studio is 2022, you can do so by running
then re-run
npm install
Also confirm that Visual Studio is located at "C:\Program Files\Microsoft Visual Studio\2022\Community"