-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Cannot find module '@nrwl/js/src/generators/library/library' #490
Comments
Hey @devklick , can you run |
HI @AgentEnder , see output below
Edit: Presumably the fact that |
I've now installed the I think it might be worth adding this to the list of prerequisites in the readme. |
Yeah, this was already fixed but I had evidently not released it 😓. I'm pushing the release now. You can see the PR here: #484 I'm going to go ahead and merge your PR too, since it doesn't hurt to mention it. |
@AgentEnder Did this change ever get released? I see the PR was merged, however I've ran into the same issue again today when starting a new workspace. The nx-dotnet version I'm using is the latest, Nx report
|
Interesting! I may have missed something on this one. I'll reopen it, its possible the tests pull from the parent repo's module as a fallback during module resolution. |
I think this is working properly now. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Describe the bug
When trying to create a new dotnet app in an empty nx workspace, I get the error:
To Reproduce
apps
option for the type of workspace to createExpected behavior
The C# application
my-app
should be created successfullyScreenshots
If applicable, add screenshots to help explain your problem.
Environment:
Additional context
npx
to invokenx
and whennx
installed as a project dependency (dev or otherwise)The text was updated successfully, but these errors were encountered: