Skip to content
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

Error [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string without null bytes. Received type object #64

Open
yofriadi opened this issue Feb 13, 2018 · 2 comments

Comments

@yofriadi
Copy link

here's my code

extract(bufferZip.buffer, { dir: `${__dirname}/assets`}, err => {
  if (err) console.log(err)
})

I throw buffer as the input arguments, thanks for helping.

@coolreader18
Copy link

coolreader18 commented Mar 20, 2018

I also have this issue, even with just a plain string literal for the dir.

@coolreader18
Copy link

Okay wait nevermind look at #56

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants