-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
error at building docs #440
Comments
react-tap-event-plugin is a peer dep. Try installing react-tap-event-plugin. |
I had tried to install it under the /docs module and it thrown other errors, but now i installed it under the root material-ui/ and it's working! :) Thanks! |
Having issues with this, cannot build docs, error is due to |
@theunexpected1 Are you still having an issue with this? |
I had the same problem. npm install react-router |
@hai-cea Thank you for answer. npm uninstall react It's OK now. |
… to use all ES6 features Fixes mui#655, mui#606, mui#440, mui#392. Goals of this PR: - being able to use all ES6 features (with babel) - adding JSHint and cleaning up most obvious mistakes in code - making it so that browserify doesn't throw an error when components' code changes while watching files - minor cleanup of the dependencies in package.json files
Fixed with #656 |
Hi, i get an error when i'm trying to install the docs in the way as it is described in the docs readme:
[Compile Error] Cannot find module 'react-tap-event-plugin' from '/home/.../material-ui/docs/src/app'
What can i do wrong?
The text was updated successfully, but these errors were encountered: