Git Product home page Git Product logo

Comments (5)

Doloros avatar Doloros commented on May 18, 2024 1

Perfect, thanks !

from material-dashboard-react.

einazare avatar einazare commented on May 18, 2024

Hello @jsmith-phoenix ,

Could you please show me your dependencies from your package.json?

Best,
Manu

from material-dashboard-react.

Doloros avatar Doloros commented on May 18, 2024

Same here.
The package.json : {
"name": "material-dashboard-react",
"version": "1.1.0",
"description": "Material Dashboard React. Coded by Creative Tim",
"private": false,
"main": "index.js",
"dependencies": {
"ajv": "^6.4.0",
"chartist": "^0.10.1",
"classnames": "^2.2.5",
"material-ui": "^1.0.0-beta.34",
"material-ui-icons": "1.0.0-beta.17",
"npm-run-all": "^4.1.1",
"perfect-scrollbar": "^1.3.0",
"react": "^16.3.1",
"react-chartist": "^0.13.1",
"react-dom": "^16.3.1",
"react-google-maps": "^9.4.5",
"react-json-view": "^1.16.1",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.17",
"react-swipeable-views": "^0.12.12",
"unstated": "^1.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"repository": {
"type": "git",
"url": "git+https://github.com/creativetimofficial/material-dashboard-react.git"
},
"keywords": [],
"author": "Creative Tim [email protected] (https://www.creative-tim.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/creativetimofficial/material-dashboard-react/issues"
},
"homepage": "https://creativetimofficial.github.io/material-dashboard-react/#/dashboard"
}

from material-dashboard-react.

einazare avatar einazare commented on May 18, 2024

@Doloros i've seen a part of the problem. Please do the following to solve this issue:

  • delete node_modules folder from your project
  • change line "material-ui": "^1.0.0-beta.34", to "material-ui": "1.0.0-beta.34", in package.json

This should do the trick. The thing is that "material-ui": "^1.0.0-beta.34", will install on your machine some other version of material-ui, other than 1.0.0-beta.34, and on the newer versions the guys from material-ui it seems that have dropped the key inkbar.
For the moment we are going to leave our product on 1.0.0-beta.34, and when they reach a stable 1.0.0 version we are going to update our product as well.

Let me know if with the changes given, everything works fine.

Best,
Manu

from material-dashboard-react.

bellini666 avatar bellini666 commented on May 18, 2024

This is the same problem described here (#11) and fixed here (#12).

Even using "1.0.0-beta.34" would have problems for people not using react-scripts, and thus, not reading the mui's .ts files (as described in the issue)

from material-dashboard-react.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.