Skip to content

fix: add missing files in workspace #12251

fix: add missing files in workspace

fix: add missing files in workspace #12251

GitHub Actions / IT Tests report-windows-latest-npm- failed Jan 10, 2025 in 1s

7 passed, 3 failed and 0 skipped

Tests failed

Report Passed Failed Skipped Time
@ama-sdk/create/dist-test/it-report.xml 7✅ 769s
@ama-sdk/schematics/dist-test/it-report.xml 7ms
@o3r/analytics/dist-test/it-report.xml 38s
@o3r/apis-manager/dist-test/it-report.xml 29s
@o3r/application/dist-test/it-report.xml 35s
@o3r/components/dist-test/it-report.xml 43s
@o3r/configuration/dist-test/it-report.xml 33s
@o3r/core/dist-test/it-report.xml 92s
@o3r/create/dist-test/it-report.xml 3❌ 165s
@o3r/design/dist-test/it-report.xml 33s
@o3r/eslint-config-otter/dist-test/it-report.xml 28s
@o3r/eslint-config/dist-test/it-report.xml 93s
@o3r/extractors/dist-test/it-report.xml 92s
@o3r/localization/dist-test/it-report.xml 51s
@o3r/new-version/dist-test/it-report.xml 30s
@o3r/pipeline/dist-test/it-report.xml 35s
@o3r/rules-engine/dist-test/it-report.xml 34s
@o3r/stylelint-plugin/dist-test/it-report.xml 26s
@o3r/styling/dist-test/it-report.xml 52s
@o3r/testing/dist-test/it-report.xml 49s
@o3r/third-party/dist-test/it-report.xml 27s
@o3r/workspace/dist-test/it-report.xml 40s

✅ @ama-sdk/create/dist-test/it-report.xml

7 tests were completed in 769s with 7 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Create new sdk command 7✅ 756s

✅ Create new sdk command

Create new sdk command should generate a light SDK when the specification is provided
  ✅ Create new sdk command should generate a light SDK when the specification is provided
Create new sdk command should generate a full SDK when the specification is provided
  ✅ Create new sdk command should generate a full SDK when the specification is provided
Create new sdk command should generate a full SDK when the specification is provided as npm dependency
  ✅ Create new sdk command should generate a full SDK when the specification is provided as npm dependency
Create new sdk command should generate an SDK with no package scope
  ✅ Create new sdk command should generate an SDK with no package scope
Create new sdk command should generate an empty SDK ready to be used
  ✅ Create new sdk command should generate an empty SDK ready to be used
Create new sdk command should fail when there is an error
  ✅ Create new sdk command should fail when there is an error
Create new sdk command should use pinned versions when --exact-o3r-version is used
  ✅ Create new sdk command should use pinned versions when --exact-o3r-version is used

✅ @ama-sdk/schematics/dist-test/it-report.xml

No tests found

✅ @o3r/analytics/dist-test/it-report.xml

No tests found

✅ @o3r/apis-manager/dist-test/it-report.xml

No tests found

✅ @o3r/application/dist-test/it-report.xml

No tests found

✅ @o3r/components/dist-test/it-report.xml

No tests found

✅ @o3r/configuration/dist-test/it-report.xml

No tests found

✅ @o3r/core/dist-test/it-report.xml

No tests found

❌ @o3r/create/dist-test/it-report.xml

3 tests were completed in 165s with 0 passed, 3 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Create new otter project command 3❌ 151s

❌ Create new otter project command

Create new otter project command should generate a project with an application
  ❌ Create new otter project command should generate a project with an application
	Error: expect(received).not.toThrow()
Create new otter project command should generate a project with a library
  ❌ Create new otter project command should generate a project with a library
	Error: expect(received).not.toThrow()
Create new otter project command should generate a project with an application with --exact-o3r-version
  ❌ Create new otter project command should generate a project with an application with --exact-o3r-version
	Error: expect(received).not.toThrow()

✅ @o3r/design/dist-test/it-report.xml

No tests found

✅ @o3r/eslint-config-otter/dist-test/it-report.xml

No tests found

✅ @o3r/eslint-config/dist-test/it-report.xml

No tests found

✅ @o3r/extractors/dist-test/it-report.xml

No tests found

✅ @o3r/localization/dist-test/it-report.xml

No tests found

✅ @o3r/new-version/dist-test/it-report.xml

No tests found

✅ @o3r/pipeline/dist-test/it-report.xml

No tests found

✅ @o3r/rules-engine/dist-test/it-report.xml

No tests found

✅ @o3r/stylelint-plugin/dist-test/it-report.xml

No tests found

✅ @o3r/styling/dist-test/it-report.xml

No tests found

✅ @o3r/testing/dist-test/it-report.xml

No tests found

✅ @o3r/third-party/dist-test/it-report.xml

No tests found

✅ @o3r/workspace/dist-test/it-report.xml

No tests found

Annotations

Check failure on line 117 in packages/@o3r/test-helpers/src/utilities/package-manager.ts

See this annotation in the file changed.

@github-actions github-actions / IT Tests report-windows-latest-npm-

Create new otter project command ► Create new otter project command should generate a project with an application ► Create new otter project command should generate a project with an application

Failed test found in:
  @o3r/create/dist-test/it-report.xml
Error:
  Error: expect(received).not.toThrow()
Raw output
Error: expect(received).not.toThrow()

Error name:    "Error"
Error message: "Command failed: npm create @o3r@~999 my-project -- --package-manager npm --skip-confirmation --yarn-version 4.6.0
STDERR:
- Installing packages (npm)...
✔ Packages installed successfully.
    The package @o3r/workspace was not installed, the options check will be skipped
- Installing packages (npm)...
✔ Packages installed successfully.
- Installing packages (npm)...
✔ Packages installed successfully.
- Installing packages (npm)...
npm error code EUSAGE
npm error
npm error Run a command from a local or remote npm package
npm error
npm error Usage:
npm error npm exec -- <pkg>[@<version>] [args...]
npm error npm exec --package=<pkg>[@<version>] -- <cmd> [args...]
npm error npm exec -c '<cmd> [args...]'
npm error npm exec --package=foo -c '<cmd> [args...]'
npm error
npm error Options:
npm error [--package <package-spec> [--package <package-spec> ...]] [-c|--call <call>]
npm error [-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]]
npm error [-ws|--workspaces] [--include-workspace-root]
npm error
npm error alias: x
npm error
npm error Run \"npm help exec\" for more info
npm error A complete log of this run can be found in: D:\\a\\otter\\otter\\.cache\\test-app\\npm-cache\\_logs\\2025-01-10T18_33_42_783Z-debug-0.log
✖ Package install failed, see above.
The Schematic workflow failed. See above.
npm error code 3
npm error path D:\\a\\otter\\it-tests\\test-create-app
npm error command failed
npm error command C:\\Windows\\system32\\cmd.exe /d /s /c create my-project --package-manager npm --skip-confirmation --yarn-version 4.6.0
npm error A complete log of this run can be found in: D:\\a\\otter\\otter\\.cache\\test-app\\npm-cache\\_logs\\2025-01-10T18_33_04_928Z-debug-0.log·
OUTPUT:
,
> npx
> create my-project --package-manager npm --skip-confirmation --yarn-version 4.6.0···
                        &BPPPB                    &                    &BPGB&
                      #Y7!!!!!J#    &#BGP5YYJJ??????????JJYY5PG#&     P7!!!!7JG
                     #!!!!!!!!!7Y5J?7!!!!!!!!!!!!!!!!!!!!!!!!!!!7?JPB5!!!!!!!!!G
                     #!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!~5
                      BJ!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!?5
                       &?!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!7B
                      G?!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!75&
                    #J!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!?B
                   P7!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!Y&
                 &Y!!!!!!!!!!!!7??!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!777!!!!!!!!!!!!!?#
                &?!!!!!!!!!!!!J&J&#7!!!!!!!!7?Y5PPPP55J7!!!!!!!!!5B?&P!!!!!!!!!!!!!7B
               &?!!!!!!!!!!!!!?B##P!!!!!!!!!5          &?!!!!!!!!Y&&&P!!!!!!!!!!!!!!!B
               J!!!!!!!!J7!!!!!!7!!!!!!!!!!!7YB&      BY!!!!!!!!!!777!!!!!!!?7!!!!!!!7#
              P!!!!!!!!YB!!!!!!!!!!!!!!!!!!!!!!7JY5YJ?!!!!!!!!!!!!!!!!!!!!!!YG!!!!!!!!J
             &7!!!!!!!!GG!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!J&7!!!!!!!!B
             B!!!!!!!!!Y&7!!!!!!!!!!!!!!!!!!77JY5PPP5YJ?7!!!!!!!!!!!!!!!!!!!BG!!!!!!!!!Y
             B!!!!!!!!!!P#Y7!!!!!!!!!!!!7JY5P5YJ????JJY5PP5J?!!!!!!!!!!!!!JBG7!!!!!!!!!J
             B!!!!!!!!!!!?PG5J?7777?JY5PPYJ7!!!!!!!!!!!!!7J5PPPYJ?77!77?5GBY!!!!!!!!!!!5
              J!!!!!!!!!!!!7JY555555YJ?7!!!!!!!!!!!!!!!!!!!!!7?JY5555555Y?!!!!!!!!!!!!!#
              #?!!!!!!!!!!!!!!!!!!!!!!!!!!!!7JYJJJ?JJJYY?!!!!!!!!!!!!!!!!!!!!!!!!!!!!!P
               &J!!!!!!!!!!!!!!!!!!!!!!!!!!!!7?JYYYYJ??7!!!!!!!!!!!!!!!!!!!!!!!!!!!!7G
                 G?!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!75&
                   BY?!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!7JG&
                      #PYJ?7!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!77?YPB&
  &BPPB              &Y7JYYYJ7!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!7?YYYJ??B
 #?!!!!?P           B7!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!5
 Y!!!!!!!?B        P!!!!!!!!7!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!Y
 Y!!!!!!!!!Y&     P!!!!!!!!!5Y!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!?Y7!!!!!!!!Y
 5!!!!!!!!!!7G   G!!!!!!!!!!75GY7!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!?PP?!!!!!!!!!!5
 #!!!!!!!!!!!!Y&#7!!!!!!!!!!!!?5GPY7!!!!!!!!!!!!!!!!!!!!!!!!!!!!!7?5GPJ!!!!!!!!!!!!!G
  J!!!!!!!!!!!7&Y!!!!!!!!!!!!!!!7J5GPY?7!!!!!!!!!!!!!!!!!!!!!!7JPGPJ7!!!!!!!!!!!!!!!7&
  #7!!!!!!!!!!5#!!!!!!!!!!!!!!!!!!!!?Y5PPY?!!!!!!!!!!!!!!!7J5PPY?7!!!!!!!!!!!!!!!!!!!5
   G!!!!!!!!!7&Y!!!!!!!!!!!!!!!!!!!!!!!!?YGG7!!!!!!!!!!!!5BPJ7!!!!!!!!!!!!!!!!!7!!!!!7&
    P!!!!!!!!J&7!!!!!?P5?!!!!!!!!!!!!!!!!!!P&7!!!!!!!!!!P#7!!!!!!!!!!!!!!!!!7YPY!!!!!!B
     P!!!!!!!5#!!!!!!!7YGG5?7!!!!!!!!!!!!!!G#7!!!!!!!!!!P&7!!!!!!!!!!!!!!?YPBP?!!!!!!!P
      B7!!!!!PB!!!!!!!!!!?YPGP5J??777777J5GP7!!!!!!!!!!!7P#PJ?77!777?JYPGGPJ7!!!!!!!!!5
       &J!!!!PB!!!!!!!!!!!!!!?J5PPPPPPPP5Y7!!!!!!!!!!!!!!!7YPGGPPPPPP5YJ7!!!!!!!!!!!!!5
         P7!!5#!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!7!!!!!!!!!!!!!!!7!!!!!!!!!!!!!!!!!!!!!P
          &5!? ?!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!YPY5Y!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!B
            #Y#G!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!75P5GJ!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!?
                ?!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!7!!77!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!7#
       &##BGPP557!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!7Y5PPGBB#&
   &PJ?77!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!7?J5#
  &?!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!B
  B!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!5
  &?!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!B
   #J!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!7777????JJJJJJJYYYYJJJJJJJ????7777!!!!!!!!!!!!!!!!!!!!!!!!!!!7G
     GJ?7!!!!!!!!!777??JJY55PGGBB##&&&&                          &&&##BBGPP5YJ??777!!!!!!!!!!7?5#
       &#BBGGGGBB##&&                                                           &&#BBGGPPPGGB#···
                               ..|''||     .     .
                              .|'    ||  .||.  .||.    ....  ... ..
                              ||      ||  ||    ||   .|...||  ||' ''
                              '|.     ||  ||    ||   ||       ||
                               ''|...|'   '|.'  '|.'  '|...' .||.·
CREATE my-project/angular.json (193 bytes)
CREATE my-project/package.json (1032 bytes)
CREATE my-project/README.md (1098 bytes)
CREATE my-project/tsconfig.json (1045 bytes)
CREATE my-project/.editorconfig (331 bytes)
CREATE my-project/.gitignore (629 bytes)
CREATE my-project/.vscode/extensions.json (134 bytes)
CREATE my-project/.vscode/launch.json (490 bytes)
CREATE my-project/.vscode/tasks.json (980 bytes)
    Directory is already under version control. Skipping initialization of git.·
added 38 packages, removed 3 packages, and changed 3 packages in 3s
❯ Determining Package Manager·
› Using package manager: npm·
✔ Determining Package Manager·
❯ Loading package information from registry·
✔ Loading package information from registry·
✔ Installing package·
UPDATE angular.json (340 bytes)
UPDATE package.json (1296 bytes)
    ESLint package not installed. Skipping otter linter phase!
    You can add Otter linter config rules later to the project via this command: ng add @o3r/eslint-config
    Your project is now ready, you can start to generate your first packages with one of the following commands:
      npm exec ng g application
      npm exec ng g sdk
      npm exec ng g library
    ... or discover the full list of commands with \"npm exec ng g --help\".
CREATE .renovaterc.json (356 bytes)
CREATE commitlint.config.cts (206 bytes)
CREATE .husky/commit-msg (34 bytes)
CREATE lerna.json (134 bytes)
UPDATE angular.json (433 bytes)
UPDATE package.json (1748 bytes)
UPDATE .editorconfig (348 bytes)
UPDATE .vscode/extensions.json (126 bytes)
UPDATE .gitignore (627 bytes)
    Directory is already under version control. Skipping initialization of git.
.git can't be found,- Installing packages (npm)...
✔ Packages installed successfully.
    The package @o3r/workspace was not installed, the options check will be skipped
- Installing packages (npm)...
✔ Packages installed successfully.
- Installing packages (npm)...
✔ Packages installed successfully.
- Installing packages (npm)...
npm error code EUSAGE
npm error
npm error Run a command from a local or remote npm package
npm error
npm error Usage:
npm error npm exec -- <pkg>[@<version>] [args...]
npm error npm exec --package=<pkg>[@<version>] -- <cmd> [args...]
npm error npm exec -c '<cmd> [args...]'
npm error npm exec --package=foo -c '<cmd> [args...]'
npm error
npm error Options:
npm error [--package <package-spec> [--package <package-spec> ...]] [-c|--call <call>]
npm error [-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]]
npm error [-ws|--workspaces] [--include-workspace-root]
npm error
npm error alias: x
npm error
npm error Run \"npm help exec\" for more info
npm error A complete log of this run can be found in: D:\\a\\otter\\otter\\.cache\\test-app\\npm-cache\\_logs\\2025-01-10T18_33_42_783Z-debug-0.log
✖ Package install failed, see above.
The Schematic workflow failed. See above.
npm error code 3
npm error path D:\\a\\otter\\it-tests\\test-create-app
npm error command failed
npm error command C:\\Windows\\system32\\cmd.exe /d /s /c create my-project --package-manager npm --skip-confirmation --yarn-version 4.6.0
npm error A complete log of this run can be found in: D:\\a\\otter\\otter\\.cache\\test-app\\npm-cache\\_logs\\2025-01-10T18_33_04_928Z-debug-0.log
"

      115 |     // Yarn doesn't log errors on stderr, so we need to get them from stdout to have them in the reports
      116 |
    > 117 |     throw new Error(`Command failed: ${args.join(' ')}\nSTDERR:\n${err.stderr?.toString() || ''}\nOUTPUT:\n${err.output?.toString() || ''}`);
          |           ^
      118 |   }
      119 | }
      120 |

      at execCmd (packages/@o3r/test-helpers/src/utilities/package-manager.ts:117:11)
      at packageManagerCreate (packages/@o3r/test-helpers/src/utilities/package-manager.ts:139:10)
      at packages/@o3r/create/src/index.it.spec.ts:39:38
      at Object.<anonymous> (.yarn/cache/expect-npm-29.7.0-62e9f7979e-63f97bc51f.zip/node_modules/expect/build/toThrowMatchers.js:74:11)
      at Object.throwingMatcher [as toThrow] (.yarn/cache/expect-npm-29.7.0-62e9f7979e-63f97bc51f.zip/node_modules/expect/build/index.js:320:21)
      at Object.<anonymous> (packages/@o3r/create/src/index.it.spec.ts:39:155)
    at Object.<anonymous> (D:\a\otter\otter\packages\@o3r\create\src\index.it.spec.ts:39:155)

Check failure on line 117 in packages/@o3r/test-helpers/src/utilities/package-manager.ts

See this annotation in the file changed.

@github-actions github-actions / IT Tests report-windows-latest-npm-

Create new otter project command ► Create new otter project command should generate a project with a library ► Create new otter project command should generate a project with a library

Failed test found in:
  @o3r/create/dist-test/it-report.xml
Error:
  Error: expect(received).not.toThrow()
Raw output
Error: expect(received).not.toThrow()

Error name:    "Error"
Error message: "Command failed: npm create @o3r@~999 my-project -- --package-manager npm --skip-confirmation --yarn-version 4.6.0
STDERR:
- Installing packages (npm)...
✔ Packages installed successfully.
    The package @o3r/workspace was not installed, the options check will be skipped
- Installing packages (npm)...
✔ Packages installed successfully.
- Installing packages (npm)...
✔ Packages installed successfully.
- Installing packages (npm)...
npm error code EUSAGE
npm error
npm error Run a command from a local or remote npm package
npm error
npm error Usage:
npm error npm exec -- <pkg>[@<version>] [args...]
npm error npm exec --package=<pkg>[@<version>] -- <cmd> [args...]
npm error npm exec -c '<cmd> [args...]'
npm error npm exec --package=foo -c '<cmd> [args...]'
npm error
npm error Options:
npm error [--package <package-spec> [--package <package-spec> ...]] [-c|--call <call>]
npm error [-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]]
npm error [-ws|--workspaces] [--include-workspace-root]
npm error
npm error alias: x
npm error
npm error Run \"npm help exec\" for more info
npm error A complete log of this run can be found in: D:\\a\\otter\\otter\\.cache\\test-app\\npm-cache\\_logs\\2025-01-10T18_34_36_152Z-debug-0.log
✖ Package install failed, see above.
The Schematic workflow failed. See above.
npm error code 3
npm error path D:\\a\\otter\\it-tests\\test-create-app1
npm error command failed
npm error command C:\\Windows\\system32\\cmd.exe /d /s /c create my-project --package-manager npm --skip-confirmation --yarn-version 4.6.0
npm error A complete log of this run can be found in: D:\\a\\otter\\otter\\.cache\\test-app\\npm-cache\\_logs\\2025-01-10T18_33_49_913Z-debug-0.log·
OUTPUT:
,
> npx
> create my-project --package-manager npm --skip-confirmation --yarn-version 4.6.0···
                        &BPPPB                    &                    &BPGB&
                      #Y7!!!!!J#    &#BGP5YYJJ??????????JJYY5PG#&     P7!!!!7JG
                     #!!!!!!!!!7Y5J?7!!!!!!!!!!!!!!!!!!!!!!!!!!!7?JPB5!!!!!!!!!G
                     #!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!~5
                      BJ!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!?5
                       &?!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!7B
                      G?!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!75&
                    #J!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!?B
                   P7!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!Y&
                 &Y!!!!!!!!!!!!7??!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!777!!!!!!!!!!!!!?#
                &?!!!!!!!!!!!!J&J&#7!!!!!!!!7?Y5PPPP55J7!!!!!!!!!5B?&P!!!!!!!!!!!!!7B
               &?!!!!!!!!!!!!!?B##P!!!!!!!!!5          &?!!!!!!!!Y&&&P!!!!!!!!!!!!!!!B
               J!!!!!!!!J7!!!!!!7!!!!!!!!!!!7YB&      BY!!!!!!!!!!777!!!!!!!?7!!!!!!!7#
              P!!!!!!!!YB!!!!!!!!!!!!!!!!!!!!!!7JY5YJ?!!!!!!!!!!!!!!!!!!!!!!YG!!!!!!!!J
             &7!!!!!!!!GG!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!J&7!!!!!!!!B
             B!!!!!!!!!Y&7!!!!!!!!!!!!!!!!!!77JY5PPP5YJ?7!!!!!!!!!!!!!!!!!!!BG!!!!!!!!!Y
             B!!!!!!!!!!P#Y7!!!!!!!!!!!!7JY5P5YJ????JJY5PP5J?!!!!!!!!!!!!!JBG7!!!!!!!!!J
             B!!!!!!!!!!!?PG5J?7777?JY5PPYJ7!!!!!!!!!!!!!7J5PPPYJ?77!77?5GBY!!!!!!!!!!!5
              J!!!!!!!!!!!!7JY555555YJ?7!!!!!!!!!!!!!!!!!!!!!7?JY5555555Y?!!!!!!!!!!!!!#
              #?!!!!!!!!!!!!!!!!!!!!!!!!!!!!7JYJJJ?JJJYY?!!!!!!!!!!!!!!!!!!!!!!!!!!!!!P
               &J!!!!!!!!!!!!!!!!!!!!!!!!!!!!7?JYYYYJ??7!!!!!!!!!!!!!!!!!!!!!!!!!!!!7G
                 G?!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!75&
                   BY?!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!7JG&
                      #PYJ?7!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!77?YPB&
  &BPPB              &Y7JYYYJ7!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!7?YYYJ??B
 #?!!!!?P           B7!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!5
 Y!!!!!!!?B        P!!!!!!!!7!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!Y
 Y!!!!!!!!!Y&     P!!!!!!!!!5Y!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!?Y7!!!!!!!!Y
 5!!!!!!!!!!7G   G!!!!!!!!!!75GY7!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!?PP?!!!!!!!!!!5
 #!!!!!!!!!!!!Y&#7!!!!!!!!!!!!?5GPY7!!!!!!!!!!!!!!!!!!!!!!!!!!!!!7?5GPJ!!!!!!!!!!!!!G
  J!!!!!!!!!!!7&Y!!!!!!!!!!!!!!!7J5GPY?7!!!!!!!!!!!!!!!!!!!!!!7JPGPJ7!!!!!!!!!!!!!!!7&
  #7!!!!!!!!!!5#!!!!!!!!!!!!!!!!!!!!?Y5PPY?!!!!!!!!!!!!!!!7J5PPY?7!!!!!!!!!!!!!!!!!!!5
   G!!!!!!!!!7&Y!!!!!!!!!!!!!!!!!!!!!!!!?YGG7!!!!!!!!!!!!5BPJ7!!!!!!!!!!!!!!!!!7!!!!!7&
    P!!!!!!!!J&7!!!!!?P5?!!!!!!!!!!!!!!!!!!P&7!!!!!!!!!!P#7!!!!!!!!!!!!!!!!!7YPY!!!!!!B
     P!!!!!!!5#!!!!!!!7YGG5?7!!!!!!!!!!!!!!G#7!!!!!!!!!!P&7!!!!!!!!!!!!!!?YPBP?!!!!!!!P
      B7!!!!!PB!!!!!!!!!!?YPGP5J??777777J5GP7!!!!!!!!!!!7P#PJ?77!777?JYPGGPJ7!!!!!!!!!5
       &J!!!!PB!!!!!!!!!!!!!!?J5PPPPPPPP5Y7!!!!!!!!!!!!!!!7YPGGPPPPPP5YJ7!!!!!!!!!!!!!5
         P7!!5#!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!7!!!!!!!!!!!!!!!7!!!!!!!!!!!!!!!!!!!!!P
          &5!? ?!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!YPY5Y!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!B
            #Y#G!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!75P5GJ!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!?
                ?!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!7!!77!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!7#
       &##BGPP557!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!7Y5PPGBB#&
   &PJ?77!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!7?J5#
  &?!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!B
  B!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!5
  &?!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!B
   #J!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!7777????JJJJJJJYYYYJJJJJJJ????7777!!!!!!!!!!!!!!!!!!!!!!!!!!!7G
     GJ?7!!!!!!!!!777??JJY55PGGBB##&&&&                          &&&##BBGPP5YJ??777!!!!!!!!!!7?5#
       &#BBGGGGBB##&&                                                           &&#BBGGPPPGGB#···
                               ..|''||     .     .
                              .|'    ||  .||.  .||.    ....  ... ..
                              ||      ||  ||    ||   .|...||  ||' ''
                              '|.     ||  ||    ||   ||       ||
                               ''|...|'   '|.'  '|.'  '|...' .||.·
CREATE my-project/angular.json (193 bytes)
CREATE my-project/package.json (1032 bytes)
CREATE my-project/README.md (1098 bytes)
CREATE my-project/tsconfig.json (1045 bytes)
CREATE my-project/.editorconfig (331 bytes)
CREATE my-project/.gitignore (629 bytes)
CREATE my-project/.vscode/extensions.json (134 bytes)
CREATE my-project/.vscode/launch.json (490 bytes)
CREATE my-project/.vscode/tasks.json (980 bytes)
    Directory is already under version control. Skipping initialization of git.·
added 38 packages, removed 3 packages, and changed 3 packages in 5s
❯ Determining Package Manager·
› Using package manager: npm·
✔ Determining Package Manager·
❯ Loading package information from registry·
✔ Loading package information from registry·
✔ Installing package·
UPDATE angular.json (340 bytes)
UPDATE package.json (1296 bytes)
    ESLint package not installed. Skipping otter linter phase!
    You can add Otter linter config rules later to the project via this command: ng add @o3r/eslint-config
    Your project is now ready, you can start to generate your first packages with one of the following commands:
      npm exec ng g application
      npm exec ng g sdk
      npm exec ng g library
    ... or discover the full list of commands with \"npm exec ng g --help\".
CREATE .renovaterc.json (356 bytes)
CREATE commitlint.config.cts (206 bytes)
CREATE .husky/commit-msg (34 bytes)
CREATE lerna.json (134 bytes)
UPDATE angular.json (433 bytes)
UPDATE package.json (1748 bytes)
UPDATE .editorconfig (348 bytes)
UPDATE .vscode/extensions.json (126 bytes)
UPDATE .gitignore (627 bytes)
    Directory is already under version control. Skipping initialization of git.
.git can't be found,- Installing packages (npm)...
✔ Packages installed successfully.
    The package @o3r/workspace was not installed, the options check will be skipped
- Installing packages (npm)...
✔ Packages installed successfully.
- Installing packages (npm)...
✔ Packages installed successfully.
- Installing packages (npm)...
npm error code EUSAGE
npm error
npm error Run a command from a local or remote npm package
npm error
npm error Usage:
npm error npm exec -- <pkg>[@<version>] [args...]
npm error npm exec --package=<pkg>[@<version>] -- <cmd> [args...]
npm error npm exec -c '<cmd> [args...]'
npm error npm exec --package=foo -c '<cmd> [args...]'
npm error
npm error Options:
npm error [--package <package-spec> [--package <package-spec> ...]] [-c|--call <call>]
npm error [-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]]
npm error [-ws|--workspaces] [--include-workspace-root]
npm error
npm error alias: x
npm error
npm error Run \"npm help exec\" for more info
npm error A complete log of this run can be found in: D:\\a\\otter\\otter\\.cache\\test-app\\npm-cache\\_logs\\2025-01-10T18_34_36_152Z-debug-0.log
✖ Package install failed, see above.
The Schematic workflow failed. See above.
npm error code 3
npm error path D:\\a\\otter\\it-tests\\test-create-app1
npm error command failed
npm error command C:\\Windows\\system32\\cmd.exe /d /s /c create my-project --package-manager npm --skip-confirmation --yarn-version 4.6.0
npm error A complete log of this run can be found in: D:\\a\\otter\\otter\\.cache\\test-app\\npm-cache\\_logs\\2025-01-10T18_33_49_913Z-debug-0.log
"

      115 |     // Yarn doesn't log errors on stderr, so we need to get them from stdout to have them in the reports
      116 |
    > 117 |     throw new Error(`Command failed: ${args.join(' ')}\nSTDERR:\n${err.stderr?.toString() || ''}\nOUTPUT:\n${err.output?.toString() || ''}`);
          |           ^
      118 |   }
      119 | }
      120 |

      at execCmd (packages/@o3r/test-helpers/src/utilities/package-manager.ts:117:11)
      at packageManagerCreate (packages/@o3r/test-helpers/src/utilities/package-manager.ts:139:10)
      at packages/@o3r/create/src/index.it.spec.ts:64:38
      at Object.<anonymous> (.yarn/cache/expect-npm-29.7.0-62e9f7979e-63f97bc51f.zip/node_modules/expect/build/toThrowMatchers.js:74:11)
      at Object.throwingMatcher [as toThrow] (.yarn/cache/expect-npm-29.7.0-62e9f7979e-63f97bc51f.zip/node_modules/expect/build/index.js:320:21)
      at Object.<anonymous> (packages/@o3r/create/src/index.it.spec.ts:64:155)
    at Object.<anonymous> (D:\a\otter\otter\packages\@o3r\create\src\index.it.spec.ts:64:155)

Check failure on line 117 in packages/@o3r/test-helpers/src/utilities/package-manager.ts

See this annotation in the file changed.

@github-actions github-actions / IT Tests report-windows-latest-npm-

Create new otter project command ► Create new otter project command should generate a project with an application with --exact-o3r-version ► Create new otter project command should generate a project with an application with --exact-o3r-version

Failed test found in:
  @o3r/create/dist-test/it-report.xml
Error:
  Error: expect(received).not.toThrow()
Raw output
Error: expect(received).not.toThrow()

Error name:    "Error"
Error message: "Command failed: npm create @[email protected] my-project -- --package-manager npm --skip-confirmation --exact-o3r-version --yarn-version 4.6.0
STDERR:
npm warn exec The following package was not found and will be installed: @o3r/[email protected]
- Installing packages (npm)...
✔ Packages installed successfully.
    The package @o3r/workspace was not installed, the options check will be skipped
- Installing packages (npm)...
✔ Packages installed successfully.
- Installing packages (npm)...
✔ Packages installed successfully.
- Installing packages (npm)...
npm error code EUSAGE
npm error
npm error Run a command from a local or remote npm package
npm error
npm error Usage:
npm error npm exec -- <pkg>[@<version>] [args...]
npm error npm exec --package=<pkg>[@<version>] -- <cmd> [args...]
npm error npm exec -c '<cmd> [args...]'
npm error npm exec --package=foo -c '<cmd> [args...]'
npm error
npm error Options:
npm error [--package <package-spec> [--package <package-spec> ...]] [-c|--call <call>]
npm error [-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]]
npm error [-ws|--workspaces] [--include-workspace-root]
npm error
npm error alias: x
npm error
npm error Run \"npm help exec\" for more info
npm error A complete log of this run can be found in: D:\\a\\otter\\otter\\.cache\\test-app\\npm-cache\\_logs\\2025-01-10T18_35_15_556Z-debug-0.log
✖ Package install failed, see above.
The Schematic workflow failed. See above.
npm error code 3
npm error path D:\\a\\otter\\it-tests\\test-create-app2
npm error command failed
npm error command C:\\Windows\\system32\\cmd.exe /d /s /c create my-project --package-manager npm --skip-confirmation --exact-o3r-version --yarn-version 4.6.0
npm error A complete log of this run can be found in: D:\\a\\otter\\otter\\.cache\\test-app\\npm-cache\\_logs\\2025-01-10T18_34_41_392Z-debug-0.log·
OUTPUT:
,
> npx
> create my-project --package-manager npm --skip-confirmation --exact-o3r-version --yarn-version 4.6.0···
                        &BPPPB                    &                    &BPGB&
                      #Y7!!!!!J#    &#BGP5YYJJ??????????JJYY5PG#&     P7!!!!7JG
                     #!!!!!!!!!7Y5J?7!!!!!!!!!!!!!!!!!!!!!!!!!!!7?JPB5!!!!!!!!!G
                     #!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!~5
                      BJ!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!?5
                       &?!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!7B
                      G?!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!75&
                    #J!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!?B
                   P7!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!Y&
                 &Y!!!!!!!!!!!!7??!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!777!!!!!!!!!!!!!?#
                &?!!!!!!!!!!!!J&J&#7!!!!!!!!7?Y5PPPP55J7!!!!!!!!!5B?&P!!!!!!!!!!!!!7B
               &?!!!!!!!!!!!!!?B##P!!!!!!!!!5          &?!!!!!!!!Y&&&P!!!!!!!!!!!!!!!B
               J!!!!!!!!J7!!!!!!7!!!!!!!!!!!7YB&      BY!!!!!!!!!!777!!!!!!!?7!!!!!!!7#
              P!!!!!!!!YB!!!!!!!!!!!!!!!!!!!!!!7JY5YJ?!!!!!!!!!!!!!!!!!!!!!!YG!!!!!!!!J
             &7!!!!!!!!GG!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!J&7!!!!!!!!B
             B!!!!!!!!!Y&7!!!!!!!!!!!!!!!!!!77JY5PPP5YJ?7!!!!!!!!!!!!!!!!!!!BG!!!!!!!!!Y
             B!!!!!!!!!!P#Y7!!!!!!!!!!!!7JY5P5YJ????JJY5PP5J?!!!!!!!!!!!!!JBG7!!!!!!!!!J
             B!!!!!!!!!!!?PG5J?7777?JY5PPYJ7!!!!!!!!!!!!!7J5PPPYJ?77!77?5GBY!!!!!!!!!!!5
              J!!!!!!!!!!!!7JY555555YJ?7!!!!!!!!!!!!!!!!!!!!!7?JY5555555Y?!!!!!!!!!!!!!#
              #?!!!!!!!!!!!!!!!!!!!!!!!!!!!!7JYJJJ?JJJYY?!!!!!!!!!!!!!!!!!!!!!!!!!!!!!P
               &J!!!!!!!!!!!!!!!!!!!!!!!!!!!!7?JYYYYJ??7!!!!!!!!!!!!!!!!!!!!!!!!!!!!7G
                 G?!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!75&
                   BY?!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!7JG&
                      #PYJ?7!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!77?YPB&
  &BPPB              &Y7JYYYJ7!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!7?YYYJ??B
 #?!!!!?P           B7!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!5
 Y!!!!!!!?B        P!!!!!!!!7!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!Y
 Y!!!!!!!!!Y&     P!!!!!!!!!5Y!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!?Y7!!!!!!!!Y
 5!!!!!!!!!!7G   G!!!!!!!!!!75GY7!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!?PP?!!!!!!!!!!5
 #!!!!!!!!!!!!Y&#7!!!!!!!!!!!!?5GPY7!!!!!!!!!!!!!!!!!!!!!!!!!!!!!7?5GPJ!!!!!!!!!!!!!G
  J!!!!!!!!!!!7&Y!!!!!!!!!!!!!!!7J5GPY?7!!!!!!!!!!!!!!!!!!!!!!7JPGPJ7!!!!!!!!!!!!!!!7&
  #7!!!!!!!!!!5#!!!!!!!!!!!!!!!!!!!!?Y5PPY?!!!!!!!!!!!!!!!7J5PPY?7!!!!!!!!!!!!!!!!!!!5
   G!!!!!!!!!7&Y!!!!!!!!!!!!!!!!!!!!!!!!?YGG7!!!!!!!!!!!!5BPJ7!!!!!!!!!!!!!!!!!7!!!!!7&
    P!!!!!!!!J&7!!!!!?P5?!!!!!!!!!!!!!!!!!!P&7!!!!!!!!!!P#7!!!!!!!!!!!!!!!!!7YPY!!!!!!B
     P!!!!!!!5#!!!!!!!7YGG5?7!!!!!!!!!!!!!!G#7!!!!!!!!!!P&7!!!!!!!!!!!!!!?YPBP?!!!!!!!P
      B7!!!!!PB!!!!!!!!!!?YPGP5J??777777J5GP7!!!!!!!!!!!7P#PJ?77!777?JYPGGPJ7!!!!!!!!!5
       &J!!!!PB!!!!!!!!!!!!!!?J5PPPPPPPP5Y7!!!!!!!!!!!!!!!7YPGGPPPPPP5YJ7!!!!!!!!!!!!!5
         P7!!5#!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!7!!!!!!!!!!!!!!!7!!!!!!!!!!!!!!!!!!!!!P
          &5!? ?!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!YPY5Y!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!B
            #Y#G!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!75P5GJ!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!?
                ?!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!7!!77!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!7#
       &##BGPP557!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!7Y5PPGBB#&
   &PJ?77!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!7?J5#
  &?!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!B
  B!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!5
  &?!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!B
   #J!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!7777????JJJJJJJYYYYJJJJJJJ????7777!!!!!!!!!!!!!!!!!!!!!!!!!!!7G
     GJ?7!!!!!!!!!777??JJY55PGGBB##&&&&                          &&&##BBGPP5YJ??777!!!!!!!!!!7?5#
       &#BBGGGGBB##&&                                                           &&#BBGGPPPGGB#···
                               ..|''||     .     .
                              .|'    ||  .||.  .||.    ....  ... ..
                              ||      ||  ||    ||   .|...||  ||' ''
                              '|.     ||  ||    ||   ||       ||
                               ''|...|'   '|.'  '|.'  '|...' .||.·
CREATE my-project/angular.json (193 bytes)
CREATE my-project/package.json (1032 bytes)
CREATE my-project/README.md (1098 bytes)
CREATE my-project/tsconfig.json (1045 bytes)
CREATE my-project/.editorconfig (331 bytes)
CREATE my-project/.gitignore (629 bytes)
CREATE my-project/.vscode/extensions.json (134 bytes)
CREATE my-project/.vscode/launch.json (490 bytes)
CREATE my-project/.vscode/tasks.json (980 bytes)
    Directory is already under version control. Skipping initialization of git.·
added 38 packages, removed 3 packages, and changed 3 packages in 2s
❯ Determining Package Manager·
› Using package manager: npm·
✔ Determining Package Manager·
❯ Loading package information from registry·
✔ Loading package information from registry·
✔ Installing package·
UPDATE angular.json (340 bytes)
UPDATE package.json (1445 bytes)
    ESLint package not installed. Skipping otter linter phase!
    You can add Otter linter config rules later to the project via this command: ng add @o3r/eslint-config
    Your project is now ready, you can start to generate your first packages with one of the following commands:
      npm exec ng g application
      npm exec ng g sdk
      npm exec ng g library
    ... or discover the full list of commands with \"npm exec ng g --help\".
CREATE .renovaterc.json (356 bytes)
CREATE commitlint.config.cts (206 bytes)
CREATE .husky/commit-msg (34 bytes)
CREATE lerna.json (134 bytes)
UPDATE angular.json (433 bytes)
UPDATE package.json (1895 bytes)
UPDATE .editorconfig (348 bytes)
UPDATE .vscode/extensions.json (126 bytes)
UPDATE .gitignore (627 bytes)
    Directory is already under version control. Skipping initialization of git.
.git can't be found,npm warn exec The following package was not found and will be installed: @o3r/[email protected]
- Installing packages (npm)...
✔ Packages installed successfully.
    The package @o3r/workspace was not installed, the options check will be skipped
- Installing packages (npm)...
✔ Packages installed successfully.
- Installing packages (npm)...
✔ Packages installed successfully.
- Installing packages (npm)...
npm error code EUSAGE
npm error
npm error Run a command from a local or remote npm package
npm error
npm error Usage:
npm error npm exec -- <pkg>[@<version>] [args...]
npm error npm exec --package=<pkg>[@<version>] -- <cmd> [args...]
npm error npm exec -c '<cmd> [args...]'
npm error npm exec --package=foo -c '<cmd> [args...]'
npm error
npm error Options:
npm error [--package <package-spec> [--package <package-spec> ...]] [-c|--call <call>]
npm error [-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]]
npm error [-ws|--workspaces] [--include-workspace-root]
npm error
npm error alias: x
npm error
npm error Run \"npm help exec\" for more info
npm error A complete log of this run can be found in: D:\\a\\otter\\otter\\.cache\\test-app\\npm-cache\\_logs\\2025-01-10T18_35_15_556Z-debug-0.log
✖ Package install failed, see above.
The Schematic workflow failed. See above.
npm error code 3
npm error path D:\\a\\otter\\it-tests\\test-create-app2
npm error command failed
npm error command C:\\Windows\\system32\\cmd.exe /d /s /c create my-project --package-manager npm --skip-confirmation --exact-o3r-version --yarn-version 4.6.0
npm error A complete log of this run can be found in: D:\\a\\otter\\otter\\.cache\\test-app\\npm-cache\\_logs\\2025-01-10T18_34_41_392Z-debug-0.log
"

      115 |     // Yarn doesn't log errors on stderr, so we need to get them from stdout to have them in the reports
      116 |
    > 117 |     throw new Error(`Command failed: ${args.join(' ')}\nSTDERR:\n${err.stderr?.toString() || ''}\nOUTPUT:\n${err.output?.toString() || ''}`);
          |           ^
      118 |   }
      119 | }
      120 |

      at execCmd (packages/@o3r/test-helpers/src/utilities/package-manager.ts:117:11)
      at packageManagerCreate (packages/@o3r/test-helpers/src/utilities/package-manager.ts:139:10)
      at packages/@o3r/create/src/index.it.spec.ts:88:38
      at Object.<anonymous> (.yarn/cache/expect-npm-29.7.0-62e9f7979e-63f97bc51f.zip/node_modules/expect/build/toThrowMatchers.js:74:11)
      at Object.throwingMatcher [as toThrow] (.yarn/cache/expect-npm-29.7.0-62e9f7979e-63f97bc51f.zip/node_modules/expect/build/index.js:320:21)
      at Object.<anonymous> (packages/@o3r/create/src/index.it.spec.ts:88:160)
    at Object.<anonymous> (D:\a\otter\otter\packages\@o3r\create\src\index.it.spec.ts:88:160)