일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- returnType
- click and drag
- Chart.js
- React.js
- 2022
- const 단언문
- 커스텀
- 반복줄이기
- 레이아웃쪼개기
- reactjs
- 공통컴포넌트
- react
- 폰트적용하기
- vue.js
- 티스토리꾸미기
- NonNullable
- 리액트
- 누구나 자료구조와 알고리즘
- CSS
- JS console
- 제네릭
- utilty type
- typescript
- javascript
- 개발콘텐츠
- TSDoc
- 타입좁히기
- 성능최적화
- 타입스크립트
- React Native
- Today
- Total
목록에러일지/서버 (4)
몽땅뚝딱 개발자
에러 ERROR: (gcloud.app.deploy) Cloud build failed. Check logs at https://console.cloud.google.com/cloud-build/builds/1221ffa4-39c8-4d54-b76e-be5f90da1bd7?project=project_num Failure status: UNKNOWN: Error Response: [2] Build failed; check build logs for details ERROR: (gcloud.app.deploy) Cloud build failed. Check logs at https://console.cloud.google.com/cloud-build/builds/1221ffa4-39c8-4d54-b76e-..
에러 ERROR: (gcloud.app.deploy) Permissions error fetching application [apps/project_name]. Please make sure that you have permission to view applications on the project and that your_account@developer.gserviceaccount.com has the App Engine Deployer (roles/appengine.deployer) role. ERROR: (gcloud.app.deploy) Permissions error fetching application [apps/project_name]. Please make sure that you have..
에러 Error: Missing required argument #1' Error: Missing required argument #1' ERR .... 원인 서버에 프로젝트를 올린 후, npm i 명령어를 실행 시 생기는 에러이다. npm과 node가 최신 버전이 아니어서 그렇다. 해결 최신버전으로 업데이트하면 된다. 아래 명령어 차례대로 실행 후 npm cache clean --force npm install -g n n stable 이것도 실행해준다. npm install -g npm 그리고 서버를 한번 껐다켜야 한다. 명령어를 3번 정도 실행해봐도 계속 업데이트가 안돼서 껏다켜봤더니 되어있었다. 업데이트가 되었는지 한번 확인해보자. npm -v node -v 출처 우분투 npm install 에러..
웹 서버를 구축하며 MariaDB 설정을 하면서 생긴 문제이다. 처음 설치했으면 엔터를 누르라고 적혀있어서 계속 눌렀지만 Access denied.. 에러 ERROR 1698 (28000): Access denied for user 'root'@'localhost' nm@nm:~$ /usr/bin/mysql_secure_installation NOTE: RUNNING ALL PARTS OF THIS SCRIPT IS RECOMMENDED FOR ALL MariaDB SERVERS IN PRODUCTION USE! PLEASE READ EACH STEP CAREFULLY! In order to log into MariaDB to secure it, we'll need the current password ..