azouaoui-med / react-pro-sidebar

React Pro Sidebar provides a set of components for creating high level and customizable side navigation
https://azouaoui-med.github.io/react-pro-sidebar/
MIT License
1.69k stars 414 forks source link

Installation Issue #177

Closed dibyendumca closed 1 year ago

dibyendumca commented 1 year ago

Hello,

I tried to install the React-Pro-Sidebar package with the below command. npm install react-pro-sidebar --force

It installed with some dependency warnings.. Then when I tried to run it from VS Code Terminal with npm start

I got stucked after some message as below.....


> rollup v2.79.1
> bundles src/index.ts → dist/index.js, dist/index.es.js...
> created dist/index.js, dist/index.es.js in 5.2s
> 
> [2023-06-15 11:40:48] waiting for changes...
azouaoui-med commented 1 year ago

it seems that you are trying to run the package via rollup, if you wish to run storybook, use npm run storybook instead make sure you run npm install first

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.