일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- 공통컴포넌트
- TSDoc
- Chart.js
- react
- 리액트
- typescript
- utilty type
- 누구나 자료구조와 알고리즘
- 성능최적화
- returnType
- click and drag
- 반복줄이기
- 폰트적용하기
- 티스토리꾸미기
- const 단언문
- 타입스크립트
- React Native
- JS console
- vue.js
- React.js
- 개발콘텐츠
- CSS
- reactjs
- javascript
- 커스텀
- 레이아웃쪼개기
- 제네릭
- 2022
- 타입좁히기
- NonNullable
- Today
- Total
목록에러일지 (47)
몽땅뚝딱 개발자
에러 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 ..
에러 WARNING in configuration The 'mode' option has not been set, webpack will fallback to 'production' for this value. Set 'mode' option to 'development' or 'production' to enable defaults for each environment. You can also set it to 'none' to disable any default behavior. Learn more: https://webpack.js.org/configuration/mode/ WARNING in configuration The 'mode' option has not been set, webpack w..
에러 Path with "WEB-INF" or "META-INF": [WEB-INF/jsp/*.jsp] Path with "WEB-INF" or "META-INF": [WEB-INF/jsp/test1.jsp] 해결 1. Controller에 @Controller 어노테이션을 달아주었는지 확인 2. application.properties에 prefix와 subfix를 폴더 경로를 제대로 적어주었는지, 오타는 없는지 확인 부터 먼저 해야한다. 이 의존성을 pom.xml에 등록해주고 반드시 재기동해야한다. org.apache.tomcat.embed tomcat-embed-jasper ◽ tomcat-embed-jasper가 왜 필요할까? tomcat-embed-jasper는 JSP 파일을 servlet으로 ..
에러 STS4에 lombok을 적용 후, ini 파일의 내용이 alert로 뜨면서 STS가 실행되지 않는 현상이다. 다른 방법으로 해결됐지만 추후 필요할까해서 기록을 남겨둔다. 1. ini파일의 vm 부분 수정 2. ini파일의 lombok.jar의 경로가 한글인지 확인 3. version 1.8 is not suitable 어쩌구 오류 => ini 파일에서 [-Dosgi.requiredJavaVersion=1.8]로 변경 ini 파일을 지지고 볶았지만 해결되는건 1도 없었다. 원인 스프링 버전이 업그레이드 되면서 lombok이 ini 파일을 못 찾아서 생기는 현상이라고 한다. 해결 이 블로그 덕분에 해결했다. 정말 감사합니다 ㅠㅠㅠㅠㅠㅠㅠ lombok을 적용할 때 IDE뿐만 아니라 ini 파일을 따로 ..
에러 부모 컴포넌트에서 자식 컴포넌트의 메소드를 호출할 때 생긴 에러이다. 1. this.$refs.childRefValue.methodName()을 찍었을 때 undefined 2. this.$refs.childRefValue를 찍었을 때 undefined 원인 이 문제는 항상 DOM이 다 생성되지 않았을 시점에 메소드나 데이터를 호출할 때의 문제였고 나는 해당되는게 없었다. 고 생각했는데 if~else 조건문에서 else에 있는 자식 컴포넌트의 메소드를 호출하고 있었다. 반대의 조건문에 있는건 아예 타지않기때문에 컴포넌트 자체가 dom에 존재하지 않았다.... 해결 여러가지 찾아보다가 $refs를 사용하지 않고 props를 사용했다. 부모에서 props로 데이터 전달 => 자식 컴포넌트에서 data(..
Git에 프로젝트를 올린 후 clone한 프로젝트를 실행할 때 생긴 문제이다. cli가 없다고 생각해서 제거 후 다시 install 해봤지만 안 됐다. 프로젝트에 node_modules가 없는게 문제였다. 에러 'vue-cli-service'은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는 배치 파일이 아닙니다. 'vue-cli-service'은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는 배치 파일이 아닙니다. npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! vue-popup@0.1.0 serve: `vue-cli-service serve` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at..
에러 Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary. Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and ma..
에러 ! [rejected] master -> master (non-fast-forward) error: failed to push some refs to 'https://github.com/hvsundev/vue-popup.git' hint: Updates were rejected because the tip of your current branch is behind hint: its remote counterpart. Integrate the remote changes (e.g. hint: 'git pull ...') before pushing again. hint: See the 'Note about fast-forwards' in 'git push --help' for details. 해결 bra..