generator-flux-react icon indicating copy to clipboard operation
generator-flux-react copied to clipboard

Material UI needs `npm dedupe` to run correctly

Open banderson opened this issue 10 years ago • 1 comments

Background / Cause

There's currently an issue when choosing the Material UI theme, which causes two versions of react to be loaded on the page. There is a fix coming soon in NPM, but I won't know for sure until it lands.

Workaround

For now, run npm dedupe after the scaffolder finishes running, and restart the dev server (if you previously started it), which should fix the issue in the meantime.

banderson avatar Jan 24 '15 21:01 banderson

Thx you for workaround, works for me.

stan-ros avatar Mar 03 '15 15:03 stan-ros