-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
EAS Update with Error #183
Labels
needs more information
More information must be provided
Comments
I don't understand this issue |
Closing this for now, unless more info comes in |
thank you |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
i'm create with CLI
npx create-expo-stack es-stack --expo-router --tamagui --yarn cd es-stack
Current Behavior
i want to test push to Expo
eas update
Detailed Description
Generated by create-expo-stack 2.0.0. [expo-cli] /Users/prawee/code/expo/es-stack/node_modules/wrap-ansi/index.js:2 [expo-cli] const stringWidth = require('string-width'); [expo-cli] ^ [expo-cli] [expo-cli] Error [ERR_REQUIRE_ESM]: require() of ES Module /Users/prawee/code/expo/es-stack/node_modules/string-width/index.js from /Users/prawee/code/expo/es-stack/node_modules/wrap-ansi/index.js not supported. [expo-cli] Instead change the require of /Users/prawee/code/expo/es-stack/node_modules/string-width/index.js in /Users/prawee/code/expo/es-stack/node_modules/wrap-ansi/index.js to a dynamic import() which is available in all CommonJS modules. [expo-cli] at Object.<anonymous> (/Users/prawee/code/expo/es-stack/node_modules/wrap-ansi/index.js:2:21) [expo-cli] at Object.<anonymous> (/Users/prawee/code/expo/es-stack/node_modules/@expo/cli/build/src/start/doctor/dependencies/ensureDependenciesAsync.js:9:40) [expo-cli] at Object.<anonymous> (/Users/prawee/code/expo/es-stack/node_modules/@expo/cli/build/src/start/doctor/web/WebSupportProjectPrerequisite.js:12:32) [expo-cli] at Object.<anonymous> (/Users/prawee/code/expo/es-stack/node_modules/@expo/cli/build/src/start/server/metro/withMetroMultiPlatform.js:20:38) [expo-cli] at Object.<anonymous> (/Users/prawee/code/expo/es-stack/node_modules/@expo/cli/build/src/start/server/metro/instantiateMetro.js:23:31) [expo-cli] at Object.<anonymous> (/Users/prawee/code/expo/es-stack/node_modules/@expo/cli/build/src/export/fork-bundleAsync.js:11:25) [expo-cli] at Object.<anonymous> (/Users/prawee/code/expo/es-stack/node_modules/@expo/cli/build/src/export/createBundles.js:9:24) [expo-cli] at Object.<anonymous> (/Users/prawee/code/expo/es-stack/node_modules/@expo/cli/build/src/export/exportApp.js:14:22) [expo-cli] at Object.<anonymous> (/Users/prawee/code/expo/es-stack/node_modules/@expo/cli/build/src/export/exportAsync.js:10:18) [expo-cli] at /Users/prawee/code/expo/es-stack/node_modules/@expo/cli/build/src/export/index.js:83:40 [expo-cli] at async expoExport (/Users/prawee/code/expo/es-stack/node_modules/@expo/cli/build/src/export/index.js:82:30) { [expo-cli] code: 'ERR_REQUIRE_ESM' [expo-cli] } [expo-cli] [expo-cli] Node.js v18.19.0 ✖ Export failed
The text was updated successfully, but these errors were encountered: