Hello, I try to install robotframework-browser to test it but during rfbrowser init process I got this error:
…
523 verbose audit error FetchError: request to https://registry.npmjs.org/-/npm/v1/security/audits/quick failed, reason: getaddrinfo EAI_AGAIN registry.npmjs.org
523 verbose audit error at ClientRequest. (C:\Program Files\nodejs\node_modules\npm\node_modules\minipass-fetch\lib\index.js:110:14)
523 verbose audit error at ClientRequest.emit (node:events:520:28)
523 verbose audit error at TLSSocket.socketErrorListener (node:_http_client:442:9)
523 verbose audit error at TLSSocket.emit (node:events:532:35)
523 verbose audit error at emitErrorNT (node:internal/streams/destroy:157:8)
523 verbose audit error at emitErrorCloseNT (node:internal/streams/destroy:122:3)
523 verbose audit error at processTicksAndRejections (node:internal/process/task_queues:83:21) {
523 verbose audit error code: ‘EAI_AGAIN’,
523 verbose audit error errno: ‘EAI_AGAIN’,
523 verbose audit error syscall: ‘getaddrinfo’,
523 verbose audit error hostname: ‘registry.npmjs.org’,
523 verbose audit error type: ‘system’
523 verbose audit error }
…
I’m using a corporate laptop and when I use an account with admin right to install the librairies I don’t have access to internet with that kind of account. This is a security topic.