This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
Expo CLI commands have typescript syntax in a .js file #4797
Labels
needs review
Issue is ready to be reviewed by a maintainer
Summary
I want to create a new expo app but I am getting an error, the error was that there is a typescript syntax is a javascript file
Environment
error with that too
Please specify your device/emulator/simulator platform, model and version
Docker ubuntu:latest Aarch64 on Apple M1
Error output
/root/.bun/install/global/node_modules/@npmcli/config/lib/definitions/definitions.js:2244
const ciName = ciInfo.name?.toLowerCase().split(' ').join('-') || null
^
SyntaxError: Unexpected token '.'
at wrapSafe (internal/modules/cjs/loader.js:915:16)
at Module._compile (internal/modules/cjs/loader.js:963:27)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
at Module.load (internal/modules/cjs/loader.js:863:32)
at Function.Module._load (internal/modules/cjs/loader.js:708:14)
at Module.require (internal/modules/cjs/loader.js:887:19)
at require (internal/modules/cjs/helpers.js:74:18)
at Object. (/root/.bun/install/global/node_modules/@npmcli/config/lib/definitions/index.js:1:21)
at Module._compile (internal/modules/cjs/loader.js:999:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10
SyntaxError: Unexpected token '?'
at wrapSafe (internal/modules/cjs/loader.js:915:16)
at Module._compile (internal/modules/cjs/loader.js:963:27)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
at Module.load (internal/modules/cjs/loader.js:863:32)
at Function.Module._load (internal/modules/cjs/loader.js:708:14)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)
at internal/main/run_main_module.js:17:47
Reproducible demo or steps to reproduce from a blank project
npx / bunx create-expo app
The text was updated successfully, but these errors were encountered: