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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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