Skip to content

[Bug]: o3r create + ng g app #2593

@mrednic-1A

Description

@mrednic-1A

Package name

workspace

Package version

11.4.2

Reproduction steps

  • o3r create was run with the latest release 11.4.2
  • in the meantime 11.5 has been released
  • run ng g application

Current result

UPDATE apps/myotterapp/package.json (1120 bytes)

  • Installing packages (npm)...npm error code ERESOLVE
    npm error ERESOLVE unable to resolve dependency tree
    npm error
    npm error While resolving: myottertest@0.0.0-placeholder
    npm error Found: @o3r/core@11.4.2
    npm error node_modules/@o3r/core
    npm error @o3r/core@"~11.4.2" from the root project
    npm error peer @o3r/core@"^11.4.2" from @o3r/application@11.4.2
    npm error node_modules/@o3r/application
    npm error @o3r/application@"~11.4.2" from the root project
    npm error @o3r/application@"~11.4.2" from myotterapp@0.0.0-placeholder
    npm error apps/myotterapp
    npm error myotterapp@0.0.0-placeholder
    npm error node_modules/myotterapp
    npm error workspace apps\myotterapp from the root project
    npm error 1 more (myotterapp)
    npm error
    npm error Could not resolve dependency:
    npm error peer @o3r/core@"^11.5.2" from @o3r/logger@11.5.2
    npm error node_modules/@o3r/logger
    npm error peer @o3r/logger@"^11.4.2" from @o3r/application@11.4.2
    npm error node_modules/@o3r/application
    npm error @o3r/application@"~11.4.2" from the root project

Expected result

the generator of the app to work and the versions installed for o3r packages to match the existing o3r versions on the monorepo (not a new version if this has been released in the meantime)

Additional comments

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions