Troubleshooting Tips for Node.js
From Logic Wiki
Revision as of 12:49, 12 November 2018 by AliIybar (Talk | contribs) (Created page with "Category:node.js == Problem == Error: self signed certificate in certificate chain == Solution == npm config set strict-ssl false == Problem == gyp ERR! stack Error: C...")
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