Just fyi - I pulled down the latest, npm install, etc... and ran the npm start - getting the following errors:
gulp example-server
[09:30:56] Using gulpfile ~/Documents/Workspaces/RefProjects/react-bootstrap-table/gulpfile.js
[09:30:56] Starting 'example-server'...
[09:30:56] Finished 'example-server' after 44 ms
Listening at localhost:3004
webpack: wait until bundle finished: /
Time: 18984ms
Asset Size Chunks Chunk Names
app.bundle.js 7.32 MB 0 app
vendors.js 656 kB 1 vendors
chunk {0} app.bundle.js (app) 3 MB {1} [rendered]
chunk {1} vendors.js (vendors) 221 kB [rendered]
ERROR in .//react-router/lib/Router.js
Module not found: Error: Cannot resolve module 'history/lib/createHashHistory' in /Users/sgentile/Documents/Workspaces/RefProjects/react-bootstrap-table/node_modules/react-router/lib
@ .//react-router/lib/Router.js 23:35-75
ERROR in .//react-router/lib/useRoutes.js
Module not found: Error: Cannot resolve module 'history/lib/Actions' in /Users/sgentile/Documents/Workspaces/RefProjects/react-bootstrap-table/node_modules/react-router/lib
@ .//react-router/lib/useRoutes.js 15:25-55
ERROR in .//react-router/lib/useRoutes.js
Module not found: Error: Cannot resolve module 'history/lib/useQueries' in /Users/sgentile/Documents/Workspaces/RefProjects/react-bootstrap-table/node_modules/react-router/lib
@ .//react-router/lib/useRoutes.js 17:28-61
ERROR in .//react-router/lib/match.js
Module not found: Error: Cannot resolve module 'history/lib/createMemoryHistory' in /Users/sgentile/Documents/Workspaces/RefProjects/react-bootstrap-table/node_modules/react-router/lib
@ .//react-router/lib/match.js 13:37-79
ERROR in .//react-router/lib/match.js
Module not found: Error: Cannot resolve module 'history/lib/useBasename' in /Users/sgentile/Documents/Workspaces/RefProjects/react-bootstrap-table/node_modules/react-router/lib
@ .//react-router/lib/match.js 17:29-63
webpack: bundle is now VALID.
Just fyi - I pulled down the latest, npm install, etc... and ran the npm start - getting the following errors:
[09:30:56] Using gulpfile ~/Documents/Workspaces/RefProjects/react-bootstrap-table/gulpfile.js
[09:30:56] Starting 'example-server'...
[09:30:56] Finished 'example-server' after 44 ms
Listening at localhost:3004
webpack: wait until bundle finished: /
Time: 18984ms
Asset Size Chunks Chunk Names
app.bundle.js 7.32 MB 0 app
vendors.js 656 kB 1 vendors
chunk {0} app.bundle.js (app) 3 MB {1} [rendered]
chunk {1} vendors.js (vendors) 221 kB [rendered]
ERROR in ./
/react-router/lib/Router.js/react-router/lib/Router.js 23:35-75Module not found: Error: Cannot resolve module 'history/lib/createHashHistory' in /Users/sgentile/Documents/Workspaces/RefProjects/react-bootstrap-table/node_modules/react-router/lib
@ ./
ERROR in ./
/react-router/lib/useRoutes.js/react-router/lib/useRoutes.js 15:25-55Module not found: Error: Cannot resolve module 'history/lib/Actions' in /Users/sgentile/Documents/Workspaces/RefProjects/react-bootstrap-table/node_modules/react-router/lib
@ ./
ERROR in ./
/react-router/lib/useRoutes.js/react-router/lib/useRoutes.js 17:28-61Module not found: Error: Cannot resolve module 'history/lib/useQueries' in /Users/sgentile/Documents/Workspaces/RefProjects/react-bootstrap-table/node_modules/react-router/lib
@ ./
ERROR in ./
/react-router/lib/match.js/react-router/lib/match.js 13:37-79Module not found: Error: Cannot resolve module 'history/lib/createMemoryHistory' in /Users/sgentile/Documents/Workspaces/RefProjects/react-bootstrap-table/node_modules/react-router/lib
@ ./
ERROR in ./
/react-router/lib/match.js/react-router/lib/match.js 17:29-63Module not found: Error: Cannot resolve module 'history/lib/useBasename' in /Users/sgentile/Documents/Workspaces/RefProjects/react-bootstrap-table/node_modules/react-router/lib
@ ./
webpack: bundle is now VALID.