If all above did not work (my case - Windows10 64bit)
Delete C:\Users\user_name.node-gyp
Delete %AppData%/npm
Delete %AppData%/npm-cache
And install node-gyp again
Following instruction on node-gyp page
I chose Option 1 npm install --global --production windows-build-tools
网友评论