-1

I followed option 1 at node-gyp I installed

npm install --global --production windows-build-tools

and install node-gyp global but I have this error below that I cannot fix

enter image description here

node-gyp configure runs ok but i cannot run rebuild. help?

gpbaculio
  • 5,693
  • 13
  • 60
  • 102

1 Answers1

0

I would like to post an answer as this might help someone else, I stated that I followed option 1 at node-gyp since it's for windows and I am using windows 10 and it's all correct, if you see my error on the image i posted, it is originating from .node-gyp file, delete it and node-gyp rebuild again, so just follow the option 1 on node-gyp requirements then run node-gyp rebuild again

gpbaculio
  • 5,693
  • 13
  • 60
  • 102