Difference between revisions of "Troubleshooting Tips for Node.js"

From Logic Wiki
Jump to: navigation, search
(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...")
 
(No difference)

Latest revision as of 12:49, 12 November 2018


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