You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.
Describe the bug
I am getting below error while running command direflow-create
Error [ERR_REQUIRE_ESM]: require() of ES Module /usr/local/lib/node_modules/direflow-cli/node_modules/boxen/index.js not supported.
Instead change the require of index.js in null to a dynamic import() which is available in all CommonJS modules.
at Object. (/usr/local/lib/node_modules/direflow-cli/dist/messages.js:8:31)
at Generator.next ()
at Object. (/usr/local/lib/node_modules/direflow-cli/dist/create.js:50:18)
at Generator.next ()
at Object. (/usr/local/lib/node_modules/direflow-cli/dist/cli.js:45:16)
at Generator.next ()
at Object. (/usr/local/lib/node_modules/direflow-cli/bin/direflow:4:13) {
code: 'ERR_REQUIRE_ESM'
}
Node.js v20.5.1
To reproduce
Steps to reproduce the behavior:
Install '...'
Open '....'
Build '....'
See error
Expected behavior
A clear and concise description of what you expected to happen.
Package Manager:
To install Direflow, I used... (npm / yarn / something else)
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
I am getting below error while running command direflow-create
Error [ERR_REQUIRE_ESM]: require() of ES Module /usr/local/lib/node_modules/direflow-cli/node_modules/boxen/index.js not supported.
Instead change the require of index.js in null to a dynamic import() which is available in all CommonJS modules.
at Object. (/usr/local/lib/node_modules/direflow-cli/dist/messages.js:8:31)
at Generator.next ()
at Object. (/usr/local/lib/node_modules/direflow-cli/dist/create.js:50:18)
at Generator.next ()
at Object. (/usr/local/lib/node_modules/direflow-cli/dist/cli.js:45:16)
at Generator.next ()
at Object. (/usr/local/lib/node_modules/direflow-cli/bin/direflow:4:13) {
code: 'ERR_REQUIRE_ESM'
}
Node.js v20.5.1
To reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Package Manager:
To install Direflow, I used... (npm / yarn / something else)
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: