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
Is your feature request related to a problem? Please describe.
I want to build a company component library document website. Our development environment does not have a network (LAN), and we use an NPM private server to develop products. I import the NPM dependencies of Storybook into our private server and execute PNPM DLX storybook@latest Init, it was found that all previous attempts were successful, but intermediate value is not a function was directly reported when pulling certain dependencies. I feel that it is due to issues with our offline environment. Storybook will directly request internet resources instead of things from the NPM warehouse, which is not very clear. Can you provide me with an installation method for storybook in my situation
Describe the solution you'd like
You can manually create folders or files, just install necessary NPM dependencies like regular projects. NPM posts or preview scripts should not have the operation of pulling resources from the network. Install and run Storybook normally in an environment with only NPM warehouses and nodes
Describe alternatives you've considered
No response
Are you able to assist to bring the feature to reality?
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
-
Is your feature request related to a problem? Please describe.
I want to build a company component library document website. Our development environment does not have a network (LAN), and we use an NPM private server to develop products. I import the NPM dependencies of Storybook into our private server and execute PNPM DLX storybook@latest Init, it was found that all previous attempts were successful, but intermediate value is not a function was directly reported when pulling certain dependencies. I feel that it is due to issues with our offline environment. Storybook will directly request internet resources instead of things from the NPM warehouse, which is not very clear. Can you provide me with an installation method for storybook in my situation
Describe the solution you'd like
You can manually create folders or files, just install necessary NPM dependencies like regular projects. NPM posts or preview scripts should not have the operation of pulling resources from the network. Install and run Storybook normally in an environment with only NPM warehouses and nodes
Describe alternatives you've considered
No response
Are you able to assist to bring the feature to reality?
no
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions