Closed mauris closed 1 year ago
I have the same issue in the repo. But my setup was working before I updated Nx.
Issue appeared after I migrated from 15.4.1
to 15.5.2
.
I was able to get rid of the warning, by manually installing @nrwl/webpack
.
I upgraded from 15.4.4
. It started showing when I was at 15.4.8
. I had the same resolution to rid the errors, by installing @nrwl/webpack
. 🙇🏻
Looks like webpack is not installed. We need to add a migration to install it if it's missing.
Previously it must have resolved due to @nrwl/react
and @nrwl/web
having a dependency on it, and it was hoisted to root node_modules
. I'll patch it.
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
After running
npx nx run <libName>:build-storybook
, I got the following error output:Expected Behavior
No error should be shown
Github Repo
No response
Steps to Reproduce
npx nx run <libName>:build-storybook
on a newly setup workspace.Nx Report
Failure Logs
No response
Additional Information
No response