Difference between revisions of "SSL Issue When Installing Playwright"

From Logic Wiki
Jump to: navigation, search
(Created page with "Category:Playwright if you see this error code: 'UNABLE_TO_GET_ISSUER_CERT_LOCALLY' try this SET NODE_TLS_REJECT_UNAUTHORIZED = 0 npm config set strict-ssl=false...")
 
(No difference)

Latest revision as of 17:09, 21 March 2025


if you see this error

  code: 'UNABLE_TO_GET_ISSUER_CERT_LOCALLY'

try this

SET NODE_TLS_REJECT_UNAUTHORIZED = 0
npm config set strict-ssl=false

npx playwright install

SET NODE_TLS_REJECT_UNAUTHORIZED = 1
npm config set strict-ssl=true

In Workplace if there is a problem with login check VPN