Cannot find module @restart/context/forwardRef during npm build
问题 I recently started having a problem with npm build after upgrading to newer version of react-bootstrap ( 1.0.0-beta.6 ). Creating an optimized production build... Failed to compile. Cannot find module: '@restart/context/forwardRef'. Make sure this package is installed. ./node_modules/react-bootstrap/es/ThemeProvider.js You can install this package by running: yarn add @restart/context/forwardRef. I tried running the provided yarn command but this is not a valid package name. Does anyone have