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
I should be able to run build-storybook target successfully.
Github Repo
No response
Steps to Reproduce
Steps:
Created new workspace named test using npx create-nx-workspace --preset=react
Installed @nrwl/storybook using npm install -D @nrwl/storybook
Generated React library named mode using npx nx g @nrwl/react:library
Initialized mode with npx nx g @nrwl/storybook:configuration mode
Ran the Storybook build target with npx nx run mode:build-storybook
Got the error above.
Nx Report
> NX Report complete - copy this into the issue template
Node : 14.21.2
OS : darwin arm64
npm : 6.14.17
nx : 15.5.2
@nrwl/angular : Not Found
@nrwl/cypress : 15.5.2
@nrwl/detox : Not Found
@nrwl/devkit : 15.5.2
@nrwl/esbuild : Not Found
@nrwl/eslint-plugin-nx : 15.5.2
@nrwl/expo : Not Found
@nrwl/express : Not Found
@nrwl/jest : 15.5.2
@nrwl/js : 15.5.2
@nrwl/linter : 15.5.2
@nrwl/nest : Not Found
@nrwl/next : Not Found
@nrwl/node : Not Found
@nrwl/nx-cloud : Not Found
@nrwl/nx-plugin : Not Found
@nrwl/react : 15.5.2
@nrwl/react-native : Not Found
@nrwl/rollup : 15.5.2
@nrwl/schematics : Not Found
@nrwl/storybook : 15.5.2
@nrwl/web : 15.5.2
@nrwl/webpack : Not Found
@nrwl/workspace : 15.5.2
@nrwl/vite : Not Found
typescript : 4.8.4
---------------------------------------
Local workspace plugins:
---------------------------------------
Community plugins:
Failure Logs
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Current Behavior
Getting the error after running
npx nx run <libName>:build-storybook
following a fresh test setup on NX v15.5.2:Steps:
test
usingnpx create-nx-workspace --preset=react
@nrwl/storybook
usingnpm install -D @nrwl/storybook
mode
usingnpx nx g @nrwl/react:library
mode
withnpx nx g @nrwl/storybook:configuration mode
npx nx run mode:build-storybook
If I ran
npm ls webpack
, I get the followingExpected Behavior
I should be able to run
build-storybook
target successfully.Github Repo
No response
Steps to Reproduce
Steps:
test
usingnpx create-nx-workspace --preset=react
@nrwl/storybook
usingnpm install -D @nrwl/storybook
mode
usingnpx nx g @nrwl/react:library
mode
withnpx nx g @nrwl/storybook:configuration mode
npx nx run mode:build-storybook
Nx Report
Failure Logs
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: