NPM install fails with node-gyp

We are having problems running “npm install” on our project. A certain file cannot be found : It appears to be coming from the node-gyp module : c:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\src\win_delay_lo ad_hook.c(13): fatal error C1083: Cannot open include file: ‘windows.h’: No suc h file or directory [D:\ngs-frontend-next\node_modules\browser-sync\node_module s\socket.io\node_modules\engine.io\node_modules\ws\node_modules\bufferutil\buil d\binding.sln] This node-gyp seems to be a never ending … Read more

Cannot npm install due to node-gyp: binding.gyp not found

I have been working on this all day and have tried lots of different things: Uninstalling node and installing latest version Using the –msvs_version= flag set to 2010, 2011, 2012, 2013, 2015 Deleting the .node-gyp folder Adding python path to .npmrc like so: python=C:\Python27\python.exe npm -g install npm@next Running node-gyp rebuild and node-gyp configure Following … Read more