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

Lots of errors starting with "No matching export in ...." #16

Closed
jeffmiko opened this issue Apr 25, 2022 · 2 comments
Closed

Lots of errors starting with "No matching export in ...." #16

jeffmiko opened this issue Apr 25, 2022 · 2 comments

Comments

@jeffmiko
Copy link

I'm using in a VueJS app. I get a few errors so I can't use.

[ERROR] No matching export in "browser-external:node:util" for import "promisify"
node_modules/neat-csv/index.js:1:8:
1 │ import {promisify} from 'node:util';
╵ ~~~~~~~~~

[ERROR] No matching export in "browser-external:node:stream" for import "Readable"
node_modules/neat-csv/index.js:2:8:
2 │ import {Readable as ReadableStream, pipeline} from 'node:stream';
╵ ~~~~~~~~

ERROR] No matching export in "browser-external:node:buffer" for import "Buffer"
node_modules/neat-csv/index.js:4:8:
4 │ import {Buffer} from 'node:buffer';
╵ ~~~~~~

@sindresorhus
Copy link
Owner

This would be better asked in a Vue.js support channel.

@jeffmiko
Copy link
Author

Every other library I am using works fine in Vue. Just this one. So I don't think its a Vue issue. No worries. I found another library to use.

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