Closed jfitzgerald1126 closed 9 months ago
When I run npm
I get an error saying that web-interface/src/node_modules
and web-interface/node_modules/mdi-react
don't exist. Did you miss adding something to the commit or do I need to run something to get React to install something?
When I run
npm
I get an error saying thatweb-interface/src/node_modules
andweb-interface/node_modules/mdi-react
don't exist. Did you miss adding something to the commit or do I need to run something to get React to install something?
I think I forgot to add and commit the package.json for the new packages I used. Will fix after my lectures today.
New dependencies should be added.
It should work now with running npm install
in both web-interface and server, before running npm start in both directories.