에러61 [Spring] command line is too long. shorten command line for 에러 Spring 실행 시 발생하는 에러로 .idea/workspace.xml 파일 내 2020. 12. 27. git pull 에러 git pull origin master 실행 시 fatal: couldn't find remote ref master 에러가 발생 해결: master가 아니라 main으로 생성되어 발생한 에러로 git pull origin main으로 실행하면 된다 2020. 12. 21. yarn init 에러 yarn init 명령 시 발생하는 에러 Can't answer a question unless a user TTY 해결:git bash 대신 기본 CMD 창을 통해 명령 실행 2020. 12. 21. [React] Cannot read property 'toString' of null 에러 toString 변환 시 발생하는 에러 에러: Cannot read property 'toString' of null 해결값이 null 인 경우 발생하는 에러로 var formNumber = "" + number; 2020. 12. 15. mongorestore 에러 몽고DB 복원 시 발생하는 에러 에러: don't know how to do with file 해결 DB 복원mongorestore -d db/ 혹은 폴더 전체 복원cd ..mongorestore dump/ 2020. 12. 15. MongoDB 실행 에러 MongbDB 실행 시 발생하는 에러 Error: couldn't connect to server 127.0.0.1:27017, connection attempt failed: SocketException: Error connecting to 127.0.0.1:27017 :: caused by :: Connection refused 해결 sudo mkdir /data/dbsudo mongod --dbpath data/db 백그라운드 실행sudo mongod --fork --logpath /var/log/mongodb.logmongod --shutdown 2020. 12. 15. 이전 1 ··· 4 5 6 7 8 9 10 11 다음