My React application code compiled successfully but when hit yarn build command failed with following error.
Module not found: Error: Can't resolve 'D:/projects/updateui/node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.js' in 'D:\projects\updateui\src\components'
I have upgrade my application React 16 and CRA 4 to React 18 and CRA 5.
Any suggestion will be appreciated.
My React application code compiled successfully but when hit
yarn buildcommand failed with following error.Module not found: Error: Can't resolve 'D:/projects/updateui/node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.js' in 'D:\projects\updateui\src\components'
I have upgrade my application React 16 and CRA 4 to React 18 and CRA 5.
Any suggestion will be appreciated.