запихнуть в докерфайл.
npm WARN sass-loader@6.0.7 requires a peer of node-sass@^4.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN bootstrap@4.6.0 requires a peer of jquery@1.9.1 - 3 but none is installed. You must install peer dependencies yourself.
npm WARN eslint-config-react-app@2.1.0 requires a peer of babel-eslint@^7.2.3 but none is installed. You must install peer dependencies yourself.
npm WARN react-big-calendar@0.15.0 requires a peer of react@^0.14.9 || ^15.3.0 but none is installed. You must install peer dependencies yourself.
npm WARN react-big-calendar@0.15.0 requires a peer of react-dom@^0.14.9 || ^15.3.0 but none is installed. You must install peer dependencies yourself.
npm WARN react-bootstrap-dropdown-menu@1.1.23 requires a peer of react@^17.0.1 but none is installed. You must install peer dependencies yourself.
npm WARN react-with-styles-interface-aphrodite@3.1.1 requires a peer of aphrodite@>=0.5.0 but none is installed. You must install peer dependencies yourself.
Как бороться?
установить peer зависимости
npm install что пишет?
Это и есть выхлоп от npm install
Пробовал через гугл, аля npm install -g npm-install-peers npm-install-peers Выхлоп: This package doesn't seem to have any peerDependencies
написано же, доустановить необходимые версии пакетов
Это я понимаю, но есть какая то одна глобальная команда на все это?
Обсуждают сегодня