otter
otter copied to clipboard
[Bug]: The schematics `@o3r/workspace:library` seems to not complete in Nx project
Package name
workspace
Package version
11.1.0
Reproduction steps
Generate a new nx project and add Otter:
npx nx init
npx nx add @o3r/core
Generate a library:
npx nx g @o3r/workspace:library
Current result
No file generated
Expected result
A new library
Additional comments
No response