inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

af8000님의 게시글

af8000 af8000

@yodafolio

수강평 작성수
6
평균평점
4.8

게시글 7

질문&답변

aws 에서 front 빌드 시 에러가 뜨는데 해매고 있습니다..

{ "parser" : " babel-eslint " , "parserOptions" : { "ecmaVersion" : 2020 , "sourceType" : " module " , "ecmaFeatures" : { "jsx" : true } }, "env" : { "browser" : true , "node" : true , "es6" : true }, "extends" : [ " airbnb " , " eslint:recommended " , " next " ], "plugins" : [ " import " , " react-hooks " ], "rules" : { "jsx-a11y/label-has-associated-control" : " off " , "jsx-a11y/anchor-is-valid" : " off " , "no-console" : " off " , "no-underscore-dangle" : " off " , "react/forbid-prop-types" : " off " , "react/jsx-filename-extension" : " off " , "react/jsx-one-expression-per-line" : " off " , "object-curly-newline" : " off " , "linebreak-style" : " off " , "no-param-reassign" : " off " } } { "name" : " react-nodebird-front " , "version" : " 1.0.0 " , "description" : "" , "main" : " index.js " , "scripts" : { "dev" : " next -p 3060 " , "build" : " cross-env ANALYZE=true NODE_ENV=production next build " , "start" : " cross-env NODE_ENV=production next start -p 3060 " }, "author" : " yodafolio " , "license" : " ISC " , "dependencies" : { "@ant-design/icons" : " ^4.7.0 " , "@next/bundle-analyzer" : " ^12.1.0 " , "antd" : " ^4.16.13 " , "axios" : " ^0.24.0 " , "cross-env" : " ^7.0.3 " , "faker" : " ^5.5.3 " , "immer" : " ^9.0.7 " , "moment" : " ^2.29.1 " , "next" : " ^12.0.4 " , "next-redux-wrapper" : " ^7.0.5 " , "prop-types" : " ^15.7.2 " , "react" : " ^17.0.2 " , "react-dom" : " ^17.0.2 " , "react-redux" : " ^7.2.6 " , "react-slick" : " ^0.28.1 " , "redux" : " ^4.1.2 " , "redux-devtools-extension" : " ^2.13.9 " , "redux-saga" : " ^1.1.3 " , "shortid" : " ^2.2.16 " , "styled-components" : " ^5.3.3 " , "swr" : " ^1.2.1 " }, "devDependencies" : { "@next/eslint-plugin-next" : " ^12.1.0 " , "babel-eslint" : " ^10.1.0 " , "babel-plugin-styled-components" : " ^1.13.3 " , "eslint" : " ^8.10.0 " , "eslint-config-airbnb" : " ^19.0.1 " , "eslint-plugin-import" : " ^2.25.3 " , "eslint-plugin-jsx-a11y" : " ^6.5.1 " , "eslint-plugin-react" : " ^7.27.1 " , "eslint-plugin-react-hooks" : " ^4.3.0 " } }

좋아요수
0
댓글수
2
조회수
844

질문&답변

프론트 서버에서 빌드시 react-dom이 없어서 빌드 실패가 뜨는데...

저도 의문인게 강의 처음부터 끝까지 따라 왔는데 프론트package.json 에 cross-env, react, react-dom이 포함이 안되어 있더라고요;; 그리고 AWS에서 빌드 시 질문자 님과 같은 빌드 실패가 일어나 해당 패키지를 추가하고 빌드를 하니 또다른 에러를 만나고 있습니다.;;; 제로초님의채 ch7번 의 package.json을 보면 다 들어 있던데 어디서 놓친건지;

좋아요수
0
댓글수
2
조회수
292

질문&답변

eslint 와 prettier 설정시 오류

Failed to load plugin 'vue' declared in 'vue-til/.eslintrc.js': Cannot find module 'eslint-plugin-vue' 1. The plugin name is spelled incorrectly in an ESLint configuration file (e.g. .eslintrc). 2. If ESLint is installed globally, then make sure 'eslint-plugin-vue' is installed globally as well. 3. If ESLint is installed locally, then 'eslint-plugin-vue' isn't installed correctly. 이이런 매세지들도 있어요

좋아요수
2
댓글수
16
조회수
20716

질문&답변

eslint 와 prettier 설정시 오류

동일한 문제입니다. 1번 2번 항목까지 모두 설정 했는데도 똑같이 나오네요

좋아요수
2
댓글수
16
조회수
20716