food-lookup-demo
food-lookup-demo copied to clipboard
Cannot "npm install"
Many of the dependencies are now badly deprecated. To the point that npm fails miserably.
As I'm interested in the client+server unified deploy, I edited client/src/index.js and commented out the following line:
// import "../semantic/dist/semantic.min.css";
Then I was able to "yarn install" (npm failed).
The application started, unstyled.
IMO the client+server unified deploy deserves a lifting, so other developers don't waste a lot of time as I did.
REgards!
Thank you @juanlanus - Saved me a lot of time - I hit the same npm install failures in the client. This project really needs refreshing.