scorelab / tensormap

TensorMap will be a web application that will allow the users to create machine learning algorithms visually. TensorMap will support reverse engineering of the visual layout to a Tensorflow implementation in preferred languages. The goal of the project is to let the beginners play with machine learning algorithms in Tensorflow without less background knowledge about the library.
Apache License 2.0
50 stars 86 forks source link

Type error in localhost #66

Open chamiduu opened 4 years ago

chamiduu commented 4 years ago

When I run the command npm start it gives this error. My system environment - nodejs - 8.10.0 Elementary OS 05.1 Chromium browser - 79.0.3945.79

Screenshot from 2019-12-29 09-21-59

I followed the readme.md completely and after I ran npm start it opens the localhost:3000 and gives the above output.

JosephSemrai commented 4 years ago

Hi, could you try running

npm install @material-ui/core

and see if you can open the page?