강의

멘토링

로드맵

Inflearn コミュニティ Q&A

bobforcivil0480 のプロフィール画像
bobforcivil0480

投稿した質問数

React を使用して独自のブログを作成する (MERN Stack)

(15) CRA & Redux(2)

리액트 버전 오류 나시는 분들 참고

解決済みの質問

作成

·

459

0

  1. node_modules 폴더 삭제
  2. package-lock.json 파일 삭제
  3. package.json 파일 아래 내용으로 대체
  4. 대체 후 npm i 명령어 입력

macOS 기준입니다.

 

 

{
"name": "client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12",
"@testing-library/user-event": "^13.5.0",
"bootstrap": "^5.2.0",
"connected-react-router": "^6.9.3",
"dotenv": "^16.0.1",
"react": "^17",
"react-dom": "^17",
"react-redux": "^8.0.2",
"react-router-dom": "^5.3.3",
"react-scripts": "5.0.1",
"reactstrap": "^9.1.3",
"redux": "^4.2.0",
"redux-saga": "^1.1.3",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
reduxmongodbexpressnodejsbootstrapreact

回答 1

0

ssaple님의 프로필 이미지
ssaple
インストラクター

감사합니다~

 
bobforcivil0480 のプロフィール画像
bobforcivil0480

投稿した質問数

質問する