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

uploads crash on nodejs 13 #1

Closed
wellsie opened this issue Dec 10, 2019 · 0 comments
Closed

uploads crash on nodejs 13 #1

wellsie opened this issue Dec 10, 2019 · 0 comments

Comments

@wellsie
Copy link
Owner

wellsie commented Dec 10, 2019

internal/util.js:1
'use strict';
^

RangeError: Maximum call stack size exceeded
    at ReadStream.deprecated [as open] (internal/util.js:1:1)
    at ReadStream.open (/Users/jono/src/github.com/wellsie/graphql-relay-mongodb-pagination/node_modules/fs-capacitor/lib/index.js:90:11)
    at _openReadFs (internal/fs/streams.js:130:12)
    at ReadStream.<anonymous> (internal/fs/streams.js:123:3)
    at ReadStream.deprecated [as open] (internal/util.js:81:15)
    at ReadStream.open (/Users/jono/src/github.com/wellsie/graphql-relay-mongodb-pagination/node_modules/fs-capacitor/lib/index.js:90:11)
    at _openReadFs (internal/fs/streams.js:130:12)
    at ReadStream.<anonymous> (internal/fs/streams.js:123:3)
    at ReadStream.deprecated [as open] (internal/util.js:81:15)
    at ReadStream.open (/Users/jono/src/github.com/wellsie/graphql-relay-mongodb-pagination/node_modules/fs-capacitor/lib/index.js:90:11)

node js 12 works fine.

This is due to:

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

1 participant