Description
Hi,
I have an application on the Windows desktop env. configured running node-gyp without errors
My desktop env is:
windows 10 (os build 18363.959) - 64bit
using Node Package Manager (nvm) v1.1.7
node v10.16.3
node-gyp v5.0.7
python v3.8.0
also in npmrc file refered to the following:
python=D:\Program Files\Python\Python27\python.exe
MSVS 2015 - Professional Ed
MSVS 2019 - Community Ed
windows-build-tools@5.2.2
But when I try to install the dependency for the same application on my laptop by running npm i it fails with the node-gyp rebuild error:
My laptop env is:
windows 10 (os build 19041.388) - 64bit
using Node Package Manager (nvm) v1.1.7
node v10.16.3
node-gyp v7.0.0
python v2.7.3
MSVS 2015 - Community Ed
MSVS 2019 - Community Ed
windows-build-tools@5.2.2
NOTE: I tried to configure with the same configurations as my desktop, also followed many references.
but the situation is the same. Could not get to fix the problem.
I also tried installing only build tools, also only installing MSVS 2015 but the result is the same.
Error is as follows:
Any recommendations would be appreciated.
Thank you very much.