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
Hi @fireflysemantics, It’s not a typically scenario that in an Angular workspace you have node_modules nested under projects. Usuallynpm install only happens at the root level of the workspace.
This is also partially related to the fact that Yarn workspaces are not supported #7097
No: removing the leading slash from the entry should also yield the same result.
When running
ng g library name_of_library
also add the librariesnode_modules
path to the top level.gitignore
.The text was updated successfully, but these errors were encountered: