-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unable to unzip archive (Linux) #5
Comments
Hi @AndyDv85 |
Hi @onikienko |
@AndyDv85
You may try with a newer node LTS version (>=8) |
@onikienko |
Hello! |
Hi @AndyDv85 Unfortunately, I can't reproduce this issue. # clone repo
git clone https://github.com/onikienko/7zip-min.git
cd 7zip-min
# install dependencies
npm i
# run tests
npm test And take a look at whether you pass tests. Also, if possible, may you send me any file you have a problem with. With code fragment where you work with this file. |
Hello, I can’t unzip the zip archive when running under Linux. An error occurs:
/home/andrey/jira/node_modules/7zip-min/index.js:59
proc.stdout.on('data', (chunk) => {
^
TypeError: Cannot read property 'on' of undefined
at run (/home/andrey/jira/node_modules/7zip-min/index.js:59:17)
at Object.unpack (/home/andrey/jira/node_modules/7zip-min/index.js:13:5)
at Object. (/home/andrey/JS/extr_test.js:8:5)
at Module._compile (internal/modules/cjs/loader.js:759:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:770:10)
at Module.load (internal/modules/cjs/loader.js:628:32)
at Function.Module._load (internal/modules/cjs/loader.js:555:12)
at Function.Module.runMain (internal/modules/cjs/loader.js:826:10)
at internal/main/run_main_module.js:17:11
It seems that the problem is in the 7zip bin unpacker. When working under Windows, all is good.
Can you help me?
The text was updated successfully, but these errors were encountered: