node-gyp rebuild issue for lwip in azure web app: fatal error C1083: Cannot open include file: 'nan.h': No such file or directory
问题 I have deployed a node application in azure. Environment detail in azure web app is as following- Python version : 2.7 Platform : 32 bit Dotnet framework : 4.6 Node version : 6.3.0 Npm version: 3.10.3 In my application I am using lwip, which need build using visual C++ build tools. When I do npm install its failing on node-gyp rebuild . I am getting many error message for the same message type "fatal error C1083: Cannot open include file: 'nan.h': No such file or directory" I have checked