Troubleshooting Tips for Node.js
From Logic Wiki
Contents
Problem
Error: self signed certificate in certificate chain
Solution
npm config set strict-ssl false
Problem
gyp ERR! stack Error: Can't find Python executable "python"
Solution
npm install --global --production windows-build-tools