오류관리 32

[환경변수 설정] the environment variable java_home does not point to a valid jvm installation

오류 the environment variable java_home does not point to a valid jvm installation 오류 상황 WebStorm 2016.2을 사용하다 기간이 만료되어서 삭제하고 WebStorm 2016.2.1 로 다시 설치했다. 오류 원인 환경 변수 설정 잘못됨 오류 해결 java_home에 \bin 을 없앰. 잘되던 것인데 다시 설치하니까 안됬다 왜 그러지?android studio 설치할 때 이 오류가 많이 난다고 한다.

오류관리 2016.08.17

TS2355: A function whose declared type is neither 'void' nor 'any' must return a value.

오류 TS2355: A function whose declared type is neither 'void' nor 'any' must return a value. 오류 상황 에러난 부분들 아무것도 건드린적 없는데 값자기.. 오류 원인 아래 사이트를 참고해 보면return 값의 type이 명확하지 않아서 ts가 js로 변환되면서 생기는 오류인 듯하다. 오류 해결 http://codeinreview.com/184/not-all-code-paths-return-a-value-in-typescript/

오류관리 2016.08.04

[Git] LF will be replaced by CRLF in ~. The file will have its original line endings in your working directory.

오류 [Git] LF will be replaced by CRLF in ~. The file will have its original line endings in your working directory. warning: LF will be replaced by CRLF in src/assets/i18n/cn.json.The file will have its original line endings in your working directory.warning: LF will be replaced by CRLF in src/assets/i18n/en.json.The file will have its original line endings in your working directory.warning: LF w..

오류관리 2016.08.02

[NodeJS] throw er; // Unhandled 'error' event

오류상황 인터넷에 있는 예제 따라쳤는데 안됨 var http= require('http');http.createServer(function (req,res){res.writeHead(200,{'Content-Type':'text/plain'});res.end('Hello world');}).listen(1337,'127.0.01');console.log('server running at http://127.0.0.1:1337'); 오류원인 코드의 IP 잘못 잡아줘서!근데 127.0.0.1은 Localhost 얘기하는거니까 상관없는거 아닌가...? [ 2016년08월02 추가내용 ]127.0.0.1 == localhostbut 나는 127.0.01 오타!!

오류관리 2016.07.19

[SVN] E175002

오류상황 커밋안됨Syncronized하면 server의 파일에 remote가 뜨는 것도 아니고 그냥 빈화면merge도 안됨 override and commit 도 안됨 아무것도 안됨ㅜㅜ 오류원인 checkout 후에 다시 받으니 내가 수정하려던 파일의 이름이 변경되었다.파일이 지워진것은 아니니까 syncronized에서 remote가 안뜬 것이였던 것.. 내가 commit하려던 파일 하나만 잡고 commit 했는데 상위 폴더 전체를 잡고 commit 했으면 바로 찾을수 있었던 문제인듯!

오류관리 2016.05.20
반응형