radiocosmology / padloper

MIT License
2 stars 0 forks source link

93 make elements lay out properly and nest subcomponents #94

Closed jfitzgerald1126 closed 9 months ago

jfitzgerald1126 commented 10 months ago
ahincks commented 10 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?

jfitzgerald1126 commented 10 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?

I think I forgot to add and commit the package.json for the new packages I used. Will fix after my lectures today.

jfitzgerald1126 commented 10 months ago

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.