We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running under ES Modules mode:
$ node --no-warnings --loader=ts-node/esm ./src/ducks/ducks.spec.ts /Users/huan/git/huan/ducks/node_modules/ts-node/dist-raw/node-esm-resolve-implementation.js:379 const err = new ERR_UNSUPPORTED_DIR_IMPORT(path, fileURLToPath(base)); ^ CustomError: ERR_UNSUPPORTED_DIR_IMPORT /Users/huan/git/huan/ducks/node_modules/redux-saga/effects /Users/huan/git/huan/ducks/examples/ping-pong/sagas.ts
ducks/examples/ping-pong/sagas.spec.ts
Lines 22 to 25 in d96f35b
To disable saga temporarily and will investigate in the future.
The text was updated successfully, but these errors were encountered:
ts-node/esm
redux-saga/effects
No branches or pull requests
The Problem
When running under ES Modules mode:
ducks/examples/ping-pong/sagas.spec.ts
Lines 22 to 25 in d96f35b
The Workaround
To disable saga temporarily and will investigate in the future.
The text was updated successfully, but these errors were encountered: