-
Notifications
You must be signed in to change notification settings - Fork 769
Description
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/react-router/lib/Router.js 23:35-75
Module 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-55
Module 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-61
Module 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-79
Module 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-63
Module 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.