게시글
질문&답변
2021.04.10
웹팩 설정 에러
(수정) 아예 제 폴더로 새로 만들어서 새로 설치하니까 되네요 감사합니다
- 0
- 2
- 138
질문&답변
2021.01.23
이미지 로딩 에러
오류 수정 감사합니다. merge & pull 하고 실행해보니 이미지가 정상적으로 출력됩니다. 모듈 설치할 때 -D를 빼먹었었나보네요. 패키지 매니저의 업데이트 내역을 확인해본 적은 없었고 패키지 매니저를 사용한 지 1년 정도 된 것 같은데 주로 사용하는 라이브러리가 React이기도 하고 예나 지금이나 npm보다 yarn이 더 빠른 것 같더라구요. 이번 계기로 강의를 진행할 땐 꼭 버전 일치해서 학습하도록 하겠습니다.
- 1
- 6
- 696
질문&답변
2021.01.23
이미지 로딩 에러
github 업로드했습니다.
- 1
- 6
- 696
질문&답변
2021.01.23
이미지 로딩 에러
맨 앞의 .을 제거하고 입력해도 여전히 같은 에러가 발생하네요...
- 1
- 6
- 696
질문&답변
2021.01.20
buffer is not defined나오면서 화면이 안 나와요
1. readme나 gitignore 같은 것들은 전혀 손대지 않았습니다 2. 까먹고 질문 본문에 적지 않은 내용이 있습니다... 처음 라이브러리 설치할 때, 모두 최신버전으로 설치해버려서 도중에 버전 바꾸려고 다시 설치를 시도했으나 몇몇은 버전이 바뀌고 몇몇은 에러가 나서 프로젝트 지우고 하기엔 좀 귀찮아서 그대로 진행했습니다 3. https://github.com/chifuyu1/try-trello.git
- 1
- 3
- 377
질문&답변
2020.11.15
react 환경변수
일단은 해결된 것 같습니다 https://www.loginradius.com/engineering/blog/react-app-deployment/ 여기 따라해봤는데 개발자도구에서 제 사이트 자체가 안 잡히네요 아래는 작성된 코드입니다 (사진)
- 0
- 5
- 599
질문&답변
2020.11.15
react 환경변수
흠 빌드 전에 이렇게 5가지 방법 해봤습니다 0) cross-env 재설치 1) package.json에 build => NODE_ENV=production react-scripts build -> npm run build 2) cross-env NODE_ENV=production react-scripts build -> npm run build 3) .env파일 생성 후 NODE_ENV=production 저장하고 npm run build 4) .env.production에 NODE_ENV=production 저장하고 npm run build 이후 npx pm2 start npm -- start로 실행시켰더니 여전히 개발자도구에서는 다 보여지네요;;
- 0
- 5
- 599
질문&답변
2020.11.14
nginx 질문
certbot 명령어를 실패한 적은 없었던 것 같습니다 블로그보고 먼저 똑같이 수정해봤습니다 api. 뒷부분은 제 사이트로 바꿨습니다 아래처럼 바꾸고 sudo systemctl restart nginx 후 크롬에서 페이지 새로고침해도 똑같이 WELCOME TO NGINX 만 뜨네요 /etc/nginx/nginx.conf (사진) (사진) /etc/nginx/sites-enabled/default (사진) (사진)
- 0
- 3
- 294
질문&답변
2020.11.13
프론트 서버 접속 오류
강좌보면서 certbot-auto 설치 중에 문제가 생겼는데 nginx가 80포트 잡은거 확인한 뒤에 ./certbot-auto을 입력하면 아래와 같은 메시지가 뜹니다 (우분투 20.04) 저번부터 certbot-auto가 진짜 제대로 엿 멕이네요ㅜㅜ 프론트 백 둘 다 이 모양입니다 Bootstrapping dependencies for Debian-based OSes... (you can skip this with --no-bootstrap) Hit:1 http://ap-northeast-2.ec2.archive.ubuntu.com/ubuntu focal InRelease Get:2 http://ap-northeast-2.ec2.archive.ubuntu.com/ubuntu focal-updates InRelease [111 kB] Get:3 http://ap-northeast-2.ec2.archive.ubuntu.com/ubuntu focal-backports InRelease [98.3 kB] Hit:4 http://repo.mysql.com/apt/ubuntu bionic InRelease Get:5 http://ap-northeast-2.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [655 kB] Get:6 http://ap-northeast-2.ec2.archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [689 kB] Get:7 http://security.ubuntu.com/ubuntu focal-security InRelease [107 kB] Hit:8 https://deb.nodesource.com/node_14.x focal InRelease Fetched 1661 kB in 1s (1172 kB/s) Reading package lists... Done Reading package lists... Done Building dependency tree Reading state information... Done Note, selecting 'python-is-python2' instead of 'python' Note, selecting 'python-dev-is-python2' instead of 'python-dev' Package python-virtualenv is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'python-virtualenv' has no installation candidate
- 0
- 4
- 381
질문&답변
2020.11.03
proxy 객체
get post 할때 아래 코드처럼 작성하면 관계가 있는 like 테이블에 모든 정보를 다 가져오는데 UserId만 가져오고 싶다면 어떻게 작성해야되나요? { model: User, as: 'Likes' } (사진) (사진)
- 0
- 22
- 356