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

v6.0.1 : throws an error The "original" argument must be of type Function #13

Closed
testtek opened this issue Feb 2, 2021 · 1 comment
Closed

Comments

@testtek
Copy link

testtek commented Feb 2, 2021

I wanted to use this package but it throws an error on initialization

const neatCSV = require('neat-csv')

TypeError: The following error originated from your test code, not from Cypress.

The "original" argument must be of type Function

When Cypress detects uncaught errors originating from your test code it will automatically fail the current test.

Cypress could not associate this error to any specific test.

We dynamically generated a new test to display this failure.

Check your console for the stack trace or click this message to see where it originated from.
at promisify
at Object../node_modules/neat-csv/node_modules/get-stream/index.js
at webpack_require
at Object.eval
at Object../node_modules/neat-csv/index.js
at webpack_require

How could we solve this?

@sindresorhus
Copy link
Owner

Duplicate of #11

@sindresorhus sindresorhus marked this as a duplicate of #11 Feb 2, 2021
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