You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for the report.
I do not know if we want to remove the scope from the generated path. If do so, we won't be able to generate 2 packages with the same name but different scope.
Package name
core
Package version
11.5.3
Reproduction steps
Create a project with @o3r/create, then generate an app and a lib with a scope:
Current result
apps/scope-app
.libs/scope-lib
.ng g library @scope/lib
step:This error is not raised if I run the same scenario but without giving a scope (e.g., if I run
ng g application app
).Expected result
apps/app
.libs/lib
.ng generate
steps.Additional comments
I specified that the impacted package is
core
because that is where the error logging is done, but the issue root cause may be in an other package.The text was updated successfully, but these errors were encountered: