You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What you were expecting:
Trying to Build Demo app on Alpha 3.0, getting error:
Failed to compile.
./node_modules/ra-ui-materialui/esm/layout/DeviceTestWrapper.js
Module not found: Can't resolve 'css-mediaquery' in '.../react-admin/examples/demo/node_modules/ra-ui-materialui/esm/layout'
Steps to reproduce:
Download source code, go to examples/demo/
run npm install
run npm run start
Can be fixed by adding css-mediaquery to projects dependencies in package.json.
Environment
React-admin version: 3.0.0-alpha.3
React version:16.8.6
Browser: Chrome
The text was updated successfully, but these errors were encountered:
tusmenko
changed the title
Can't resolve 'css-mediaquery' in
Can't resolve 'css-mediaquery' in "/react-admin/examples/demo/node_modules/ra-ui-materialui/esm/layout"
Aug 27, 2019
What you were expecting:
Trying to Build Demo app on Alpha 3.0, getting error:
Failed to compile.
./node_modules/ra-ui-materialui/esm/layout/DeviceTestWrapper.js
Module not found: Can't resolve 'css-mediaquery' in '.../react-admin/examples/demo/node_modules/ra-ui-materialui/esm/layout'
Steps to reproduce:
Download source code, go to examples/demo/
run
npm install
run
npm run start
Can be fixed by adding
css-mediaquery
to projects dependencies in package.json.Environment
The text was updated successfully, but these errors were encountered: