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 am currently working on a windows workstation with many security measures in place. One of them is that I can not run an executable that was not installed using my company official process.
So the esbuild.exe that get installed with npm can simply not run.
Since I upgraded my project to storybook v7 I am no longer able to start storybook as esbuild execution fails.
Is there a way to run storybook without esbuild? I am using @storybook/angular framework with webpack config. So to build my stories I do not need esbuild. It seems required to build the manager UI which I thought was prebuilt.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I am currently working on a windows workstation with many security measures in place. One of them is that I can not run an executable that was not installed using my company official process.
So the esbuild.exe that get installed with npm can simply not run.
Since I upgraded my project to storybook v7 I am no longer able to start storybook as esbuild execution fails.
Is there a way to run storybook without esbuild? I am using @storybook/angular framework with webpack config. So to build my stories I do not need esbuild. It seems required to build the manager UI which I thought was prebuilt.
Any ideas?
Best regards
Cyril
Beta Was this translation helpful? Give feedback.
All reactions