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

toString Failed #173

Open
joelcloralt opened this issue Aug 12, 2016 · 1 comment
Open

toString Failed #173

joelcloralt opened this issue Aug 12, 2016 · 1 comment

Comments

@joelcloralt
Copy link

I started getting this error now.

⠹ Checking for unused packages. --skip-unused if you don't want this.fs.js:339
function readFileAfterRead(err, bytesRead) {
                ^

Error: toString failed
    at Buffer.toString (buffer.js:382:11)
    at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:378:21)

I tried with --skip-unused but still got the same error

⠋ Checking npm registries for updated packages.fs.js:339
function readFileAfterRead(err, bytesRead) {
                ^

Error: toString failed
    at Buffer.toString (buffer.js:382:11)
    at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:378:21)

Any ideas how to get around this?

@jeoffreybakker
Copy link

Probably caused by nodejs/node#2767
Had the same problem using node 4.5.0 and had some very large sized files in the project.
Removing the large sized files solved the issue for me.

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

No branches or pull requests

2 participants