Fix support for --typescript
#346
Annotations
2 errors
tests/default.test.mjs > basic functionality > with flags: '':
lib/new-app.mjs#L26
ExecaError: Command failed with exit code 1: '/home/runner/work/app-blueprint/app-blueprint/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/ember-cli/bin/ember' new fancy-app-in-test -b /home/runner/work/app-blueprint/app-blueprint --pnpm --skip-git
ENOENT: no such file or directory, lstat '/tmp/tmp-1960-4jKylcAJRMH6/fancy-app-in-test/types/global.d.ts'
=================================================================================
ENV Summary:
TIME: Fri Oct 04 2024 19:21:02 GMT+0000 (Coordinated Universal Time)
TITLE: ember
ARGV:
- /opt/hostedtoolcache/node/18.20.4/x64/bin/node
- /home/runner/work/app-blueprint/app-blueprint/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/ember-cli/bin/ember
- new
- fancy-app-in-test
- -b
- /home/runner/work/app-blueprint/app-blueprint
- --pnpm
- --skip-git
EXEC_PATH: /opt/hostedtoolcache/node/18.20.4/x64/bin/node
TMPDIR: /tmp
SHELL: /bin/bash
PATH:
- /tmp/tmp-1960-4jKylcAJRMH6/node_modules/.bin
- /tmp/node_modules/.bin
- /node_modules/.bin
- /home/runner/work/app-blueprint/app-blueprint/node_modules/.bin
- /home/runner/setup-pnpm/node_modules/.pnpm/[email protected]/node_modules/pnpm/dist/node-gyp-bin
- /opt/hostedtoolcache/node/18.20.4/x64/bin
- /home/runner/setup-pnpm/node_modules/.bin
- /snap/bin
- /home/runner/.local/bin
- /opt/pipx_bin
- /home/runner/.cargo/bin
- /home/runner/.config/composer/vendor/bin
- /usr/local/.ghcup/bin
- /home/runner/.dotnet/tools
- /usr/local/sbin
- /usr/local/bin
- /usr/sbin
- /usr/bin
- /sbin
- /bin
- /usr/games
- /usr/local/games
- /snap/bin
PLATFORM: linux x64
FREEMEM: 15254814720
TOTALMEM: 16766771200
UPTIME: 306.21
LOADAVG: 0.38,0.11,0.03
CPUS:
- AMD EPYC 7763 64-Core Processor - 3228
- AMD EPYC 7763 64-Core Processor - 3243
- AMD EPYC 7763 64-Core Processor - 3241
- AMD EPYC 7763 64-Core Processor - 3241
ENDIANNESS: LE
VERSIONS:
- acorn: 8.11.3
- ada: 2.7.8
- ares: 1.28.1
- base64: 0.5.2
- brotli: 1.0.9
- cjs_module_lexer: 1.2.2
- cldr: 44.1
- icu: 74.2
- llhttp: 6.1.1
- modules: 108
- napi: 9
- nghttp2: 1.61.0
- nghttp3: 0.7.0
- ngtcp2: 1.3.0
- node: 18.20.4
- openssl: 3.0.13+quic
- simdutf: 5.2.4
- tz: 2024a
- undici: 5.28.4
- unicode: 15.1
- uv: 1.44.2
- uvwasi: 0.0.19
- v8: 10.2.154.26-node.37
- zlib: 1.3.0.1-motley
ERROR Summary:
- broccoliBuilderErrorStack: [undefined]
- code: ENOENT
- codeFrame: [undefined]
- errorMessage: ENOENT: no such file or directory, lstat '/tmp/tmp-1960-4jKylcAJRMH6/fancy-app-in-test/types/global.d.ts'
- errorType: [undefined]
- location:
- column: [undefined]
- file: [undefined]
- line: [undefined]
- message: ENOENT: no such file or directory, lstat '/tmp/tmp-1960-4jKylcAJRMH6/fancy-app-in-test/types/global.d.ts'
- name: Error
- nodeAnnotation: [undefined]
- nodeName: [undefined]
- originalErrorMessage: [undefined]
- stack: Error: ENOENT: no such file or directory, lstat '/tmp/tmp-1960-4jKylcAJRMH6/fancy-app-in-test/types/global.d.ts'
=================================================================================
installing app-blueprint
installing app
Ember CLI v5.12.0
Creating a new Ember app in /tmp/tmp-1960-4jKylcAJRMH6/fancy-app-in-test:
create .editorconfig
create .ember-cli
create .eslintignore
create .eslintrc.js
create .github/workflows/ci.yml
create .prettierignore
create .prettierrc.js
create .stylelintignore
create .stylelintrc.js
create .template-lintrc.js
create .watchmanconfig
create README.md
create app/app.js
create app/components/.gitkeep
create app/controllers/.gitkeep
create app/helpers/.gitkeep
create app/index.html
create app/models/.gitkeep
create app/router.js
create app/routes/.gitkeep
create app/styles/app.css
create app/templates/application.hbs
create config/ember-cli-update.json
create config/environment.js
create config/optional-features.json
create config/targets.js
create e
|
Test
Process completed with exit code 1.
|