Open kiniry opened 7 years ago
FWIW, I was able to npm run build
then npm start
.
Can repro w/node v7.5.0 and npm 4.1.2. It looks like this is basically due to callemall/material-ui/issues/4680.
I plan on upgrading our React and Material UI dependencies soon, as well as cleaning up how we're expressing our dependencies. Let's make this issue about that.
We want to:
npm shrinkwrap
instead of manual version locking in package.json
Sounds good. I need to learn about what the standard sensible mechanism is for npm versioning and dependencies. "Did that community learn from the mistakes of the past of others?", this experienced hacker wonders.