ebert-l / avh-booking-system

Booking system based in liabilities
0 stars 0 forks source link

Error 3 #2

Closed ebert-l closed 1 year ago

ebert-l commented 1 year ago

Error Message Shows: 627 error gyp ERR! find VS ************************************************************** 627 error gyp ERR! find VS You need to install the latest version of Visual Studio 627 error gyp ERR! find VS including the "Desktop development with C++" workload. 627 error gyp ERR! find VS For more information consult the documentation at: 627 error gyp ERR! find VS https://github.com/nodejs/node-gyp#on-windows 627 error gyp ERR! find VS **************************************************************

ebert-l commented 1 year ago

After reading Gyp Documentation the solution should be to install Visual C++ Build Environment: Visual Studio Build Tools (using "Visual C++ build tools" workload) or Visual Studio Community (using the "Desktop development with C++" workload)

And then to Launch cmd, npm config set msvs_version 2017

~ 16 GB Package

ebert-l commented 1 year ago

npm install failed with the build tools. It was neccessary to install Visual Studio 2019. The Community Edition worked fine. Now npm install went through.