-
Notifications
You must be signed in to change notification settings - Fork 775
Error running example-server #688
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
it's weird, I clean |
@AllenFang Node version? Can you show I have the same problem |
I'm using node v6.3.0 and npm 3.10.3 |
@sgentile, thanks, I'll check it out 👍 |
Same problem, node v6.5.0, npm 3.10.3 |
You have to install |
hi all, I'll try to avoid this issue. For now, just install |
PR #802 |
Fixed on |
I'm facing this still:
I'm using: |
@email2vimalraj this is the problem about the react version probably. And we will fix it quickly |
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.
The text was updated successfully, but these errors were encountered: