Open katalinszenas opened 2 months ago
This is happening if process
browser shim is used (https://github.com/defunctzombie/node-process). It defines process.versions
as empty object, causing split
function to fail.
I'm also experiencing this issue while running with Cypress.
adm-zip: 0.5.16 cypress: 13.14.1
Hi, I use this package in a Cypress cy.task to simply unzip.
After the 0.5.10 version the following code has an issue:
The process.versions is empty somehow in my case, so the process.versions.node is undefined.