-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.log
More file actions
16 lines (14 loc) · 762 Bytes
/
build.log
File metadata and controls
16 lines (14 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
yarn run v1.3.2
$ rollup -c
src/index.js → index.js...
[!] Error: 'BottomNavigationAction' is not exported by node_modules/material-ui/BottomNavigation/index.js
https://github.com/rollup/rollup/wiki/Troubleshooting#name-is-not-exported-by-module
node_modules/material-ui/index.es.js (9:38)
7: export { default as Avatar } from './Avatar';
8: export { default as Badge } from './Badge';
9: export { default as BottomNavigation, BottomNavigationAction } from './BottomNavigation';
^
10: export { default as Button } from './Button';
11: export { default as ButtonBase } from './ButtonBase';
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.