HANDEV
close
프로필 배경
프로필 로고

HANDEV

  • 분류 전체보기 (31)
    • Front-End (10)
      • JavaScript (7)
      • Vue.js (0)
      • React.js (1)
      • Function (2)
    • Back-End (0)
      • Java (0)
    • Network (8)
      • Network (1)
      • Socket (7)
    • Data Analysis (1)
      • Web Crawling (1)
    • Algorithm (1)
    • Coding Test (3)
    • Error (8)
npm ERR! -node_modules 재설치 중 에러

npm ERR! -node_modules 재설치 중 에러

환경- node v20.11.0- npm v9.6.0 에러 현상- node_modules 재설치 중 아래와 같은 에러가 나타난다.npm ERR!code ERESOLVE npm ERR! ERESOLVE could not resolvenpm ERR!npm ERR! While resolving: @vue/eslint-config-prettier@6.0.0npm ERR! Found: eslint-plugin-prettier@4.2.1npm ERR! node_modules/eslint-plugin-prettiernpm ERR! dev eslint-plugin-prettier@"^4.0.0" from the root projectnpm ERR! npm ERR! Could not resolve dependency:n..

  • format_list_bulleted Error
  • · 2024. 3. 26.
  • textsms
ERROR: Could not install packages due to an OSError: [WinError 5] 액세스가 거부되었습니다

ERROR: Could not install packages due to an OSError: [WinError 5] 액세스가 거부되었습니다

ERROR: Could not install packages due to an OSError: [WinError 5] 액세스가 거부되었습니다: 'C:\\Program Files\\Python312\\Lib\\site-packages\\urllib3' Consider using the `--user` option or check the permissions. 환경 - 파이썬 3.11.2 설치 에러 현상 - VSCode에서 라이브러리 설치를 위한 명령어를 터미널에 입력하면 아래와 같은 에러가 난다. ERROR: Could not install packages due to an OSError: [WinError 5] 액세스가 거부되었습니다 해결 - VSCode을 관리자 권한으로 실행한다. - VSCode 파일..

  • format_list_bulleted Error
  • · 2023. 10. 27.
  • textsms
request.getRemoteAddr() 했을 때 IP가 아닌 0:0:0:0:0:0:0:1 출력

request.getRemoteAddr() 했을 때 IP가 아닌 0:0:0:0:0:0:0:1 출력

에러 현상 - request.getRemoteAddr() 했을 때 IP가 아닌 0:0:0:0:0:0:0:1가 나오는 상황 해결 1. eclicpse 상위 메뉴에서 Run > Run Configrations...를 클릭한다. 2. Tomcat을 검색한 후 -Djava.net.preferIPv4Stack=true를 추가하고 Apply를 클릭한다. 3. 0:0:0:0:0:0:0:1이 아닌 127.0.0.1이 출력된다. 그러나 IPv4 주소 출력이 필요하다. 다른 방법을 찾았다.

  • format_list_bulleted Error
  • · 2023. 8. 28.
  • textsms
[Web🌐] Several ports (8005, 8080) required by Tomcat...

[Web🌐] Several ports (8005, 8080) required by Tomcat...

에러 현상 - 톰캣 실행 시 아래의 에러 발생 Several ports (8005, 8080) required by Tomcat v9.0 Server at localhost are already in use. The server may already be running in another process, or a system process may be using the port. To start this server you will need to stop the other process or change the port number(s). 해결 - 실행되어 있는 톰캣을 강제 종료 후 다시 시작한다. cmd 창을 실행하여 명령어 netstat를 입력한다. 현재 실행중인 톰캣 프로세스(PID 번호)를 찾는다..

  • format_list_bulleted Error
  • · 2023. 8. 7.
  • textsms
[Web🌐] Refused to display '' in a frame because it set 'X-Frame-Options' to 'sameorigin'

[Web🌐] Refused to display '' in a frame because it set 'X-Frame-Options' to 'sameorigin'

환경A Spring 프로젝트의 iframe에서 B Spring 프로젝트의 화면을 호출한다.  에러 현상iframe에서 페이지가 나타나지 않고 Refused to display '' in a frame because it set 'X-Frame-Options' to 'sameorigin' 오류가 나타난다. 해결- 보안을 위하여 다른 사이트에서 로드할 때 허용 범위가 지정되어 있다. 호출하는 사이트(A 프로젝트)는 호출 당하는 사이트(B 프로젝트)에서 막은거라 할 수 있는 일은 없다.호출 당하는 사이트(B 프로젝트)에서 X-Frame-Options 설정을 해준다.DENY: 시도하는 사이트에 관계없이 페이지를 프레임에 표시 X SAMEORIGIN: 페이지는 모든 조상 프레임이 페이지 자체와 동일한 출처인 경..

  • format_list_bulleted Error
  • · 2023. 7. 12.
  • textsms
[Web🌐] ambiguous mapping. cannot map '' method

[Web🌐] ambiguous mapping. cannot map '' method

에러 현상 - 서버를 시작할 때 ambiguous mapping. cannot map '' method와 같은 에러 발생 해결 중복되는 URL의 메소드가 있어 나타나는 오류로 겹치는 URl 변경

  • format_list_bulleted Error
  • · 2023. 5. 15.
  • textsms
  • navigate_before
  • 1
  • 2
  • navigate_next
전체 카테고리
  • 분류 전체보기 (31)
    • Front-End (10)
      • JavaScript (7)
      • Vue.js (0)
      • React.js (1)
      • Function (2)
    • Back-End (0)
      • Java (0)
    • Network (8)
      • Network (1)
      • Socket (7)
    • Data Analysis (1)
      • Web Crawling (1)
    • Algorithm (1)
    • Coding Test (3)
    • Error (8)
최근 글
인기 글
태그
  • #Linux_Socket
  • #javascript
  • #백준
전체 방문자
오늘
어제
전체
Copyright © 쭈미로운 생활 All rights reserved.
Designed by JJuum

티스토리툴바