Open knownasilya opened 1 year ago
Any ideas?
Installing latest inquirer
in devdeps fixes this issue but raises
Error [ERR_REQUIRE_ESM]: require() of ES Module /home/expo/workingdir/build/node_modules/inquirer/lib/prompts/base.js from /home/expo/workingdir/build/node_modules/inquirer-checkbox-plus-prompt/index.js not supported.
[stderr]
Instead change the require of base.js in /home/expo/workingdir/build/node_modules/inquirer-checkbox-plus-prompt/index.js to a dynamic import() which is available in all CommonJS modules.
Going to try a specific version of inquirer
Ok that fixes my issue.. but it seems to still be a bug, users shouldn't have to install deps of this library.
Bug description
Building my app in expo I get this error:
Related issue: https://github.com/DataDog/datadog-ci/issues/752
Describe what you expected
Things to work 😄
Steps to reproduce the issue
I used latest version, 2.12.0. Not sure why I need datadog-ci, it was part of the react-native/expo instructions.
Additional context
Command
None