-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
nx ( serve | build ) <app> not work because cannot find module 'webpack' #7547
Comments
Hi there @AndersonCastellon ! Can you please provide the steps you followed to reach that step? |
Hi @mandarini. I have followed the following steps 1- Create an empty nx workspace: In this steps exist an error about git repo config username and email 2- Install @nrwl/angular package 4- Try to serve and try to build mfe-demo app Result of "nx report" for this demo |
@AndersonCastellon thank you for submitting the issue. The problem is npm7's resolution algorithm. You can remove |
@Coly010 @leosvelperez I imagine this is due to some dep missing in some package. I'm almost certain this is in the Angular and is outside of control. |
It worked very well for me, thanks @vsavkin |
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context. |
Current Behavior
I cannot serve my application and neither can I compile it
Expected Behavior
I should be able to serve or compile my application
Steps to Reproduce
run script to compile or serve locally
Environment
The text was updated successfully, but these errors were encountered: