-
Notifications
You must be signed in to change notification settings - Fork 430
Description
We were using the older version react-bootstrap-table, before migrating we thought of reading the documentation. There are quite a few improvements that could be done, we thought.
So after cloning the repo for development (doc editing) purposes, since last couple of days I'm stuck in dependency install step (yarn OR npm install) .
These are the logs that could help -
$ yarn
yarn install v1.10.1
[1/4] Resolving packages...
success Already up-to-date.
$ lerna bootstrap
lerna info version 2.8.0
lerna info versioning independent
lerna info Bootstrapping 7 packages
lerna info lifecycle preinstall
lerna info Installing external dependencies
[ .........] - install dependencies: verb actions 1 actions, concurrency 4
[ .........] - install dependencies: verb actions 1 actions, concurrency 4
[ .........] - install dependencies: verb actions 1 actions, concurrency 4
Platform Info:
OS: Ubuntu 17.04
Node version: 8.10.0
Yarn version: 1.10.1
Any help in getting the storybook running is appreciated.