안녕하세요 제 사이트도 만들겸 복습으로 리액트 리덕스 하는걸 하고 있었는데
/localgost3000/cart로 들어가게 되니 이런식으로 오류가 뜨네요
위에는 cart 페이지 컴포넌트 이고
이건 store.js 입니다. 뭔가 틀린건 없어보이는데 이전에 한번
One of your dependencies, babel-preset-react-app, is importing the "@babel/plugin-proposal-private-property-in-object" package without declaring it in its dependencies.
This is currently working because "@babel/plugin-proposal-private-property-in-object" is already in your node_modules folder for unrelated reasons,
but it may break at any time. babel-preset-react-app is part of the create-react-app project, which is not maintianed anymore.
It is thus unlikely that this bug will ever be fixed. Add "@babel/plugin-proposal-private-property-in-object" to your devDependencies to work around this error. This will make this message go away.
라는 오류가 떠서 npm install --save-dev @babel/plugin-proposal-private-property-in-object 을 입력해도 안되길래
npm audit fix --force를 입력하고 터미널을 껐다 켰는데 혹시 이것과도 연관이 있을까요?