하루하나
close
프로필 배경
프로필 로고

하루하나

  • ALL (217)
    • 쿠베플로우 kubeflow (1)
    • React Native (1)
      • Expo (1)
    • Programming (187)
      • spring+jwt+react (4)
      • wordpress (3)
      • Vultr (1)
      • Flutter (3)
      • Vue-project (1)
      • Vue-tip (17)
      • AngularJS (12)
      • Bootstrap (2)
      • Book (1)
      • CentOS (5)
      • Code (0)
      • Css (13)
      • Docker (7)
      • Eclipse (1)
      • Freemarker (1)
      • Git (9)
      • Front-End (6)
      • Error (7)
      • Gulp.js (0)
      • Java (12)
      • Python (5)
      • Javascript (19)
      • JPA (5)
      • jQuery (2)
      • Mac (6)
      • MySql (4)
      • Springboot (21)
      • Springboot-blog (0)
      • Daily (1)
      • Springboot-tip (3)
      • Spring (1)
      • Thymeleaf (1)
      • Tomcat (1)
      • Typescript (3)
      • Tool (5)
      • Sql (1)
      • prisma (1)
      • react (1)
    • Life (14)
      • Review (0)
      • Tip (3)
      • 리뷰 (8)
      • 부동산 (2)
  • 홈
  • 태그
  • 미디어로그
  • 위치로그
  • 방명록

[python/error] ERROR: Could not install packages due to an OSError: Cannot move the non-empty directory

ERROR: Could not install packages due to an OSError: Cannot move the non-empty directory ___ Lacking write permission to ___ pip install 중에 위와같은 에러가 났을때... 맨뒤에 --user 옵션을 붙여주면 에러없이 설치가 된다. --user는 user범위내에서 설치하라는 뜻....

  • format_list_bulleted Programming/Python
  • · 2023. 9. 20.
  • textsms

[jekyll 설치에러] You don't have write permissions for the /Library/Ruby/Gems/2.6.0 directory.

https://madplay.github.io/post/file-permission-error-while-executing-gem gem 권한 에러 해결하기(Gem::FilePermissionError) 루비(Ruby)의 패키지 매니저인 gem 실행하다가 발생하는 FilePermissionError 권한 오류 해결하기 madplay.github.io 아니 이게 이렇게까지 해서 해결해야하는것인가.....

  • format_list_bulleted Programming
  • · 2023. 9. 10.
  • textsms

[vue/typescirpt] Cannot resolve definitions for module 'xxx'

typescript 프로젝트에서 외부라이브러리를 import 할때 .d.ts 파일이 없을경우 생기는 오류. 왠만한 라이브러리들을 typescript에 대응하여 .d.ts 파일을 제공하지만 오래된 라이브러리나 관리가 안되는 라이브러리에 경우 에러가 발생한다 이럴때는 직접 .d.ts 파일을 생성해주면 된다. 예를 들어 vue-json-pretty 라는 라이브리를 사용한다고 하면 types 폴더 밑에 vue-json-pretty.d.ts 라는 파일을 만들고 아래와 같이 선언을 해주면 된다. declare module 'vue-json-pretty' { import {Component} from 'vue/types/options' const VueJsonPretty: Component export default..

  • format_list_bulleted Programming/Vue-tip
  • · 2020. 10. 21.
  • textsms

The bean 'jpaAuditingHandler' could not be registered. A bean with that name has already been defined and overriding is disabled.

The bean 'jpaAuditingHandler' could not be registered. A bean with that name has already been defined and overriding is disabled. Action: Consider renaming one of the beans or enabling overriding by setting spring.main.allow-bean-definition-overriding=true 말그대로 jpaAuditingHandler을 등록할수 없다 이유는 이미 선언되어있다....인데 나는 @EnableJpaAuditing를 한번만 선언해줬는데?......... 에러문구에 나와있는대로 application.properties에 선언해주면 되..

  • format_list_bulleted 카테고리 없음
  • · 2020. 10. 3.
  • textsms

[error] d3.event is undefined

d3.event.pageY d3.event.pageX typescript 환경에서 위와 같은 코드 호출시 d3.event is undefined 에러가 날경우 아래와 같이 작성하여 사용한다. const getEvent = () => require("d3-selection").event; getEvent().pageY getEvent().pageX

  • format_list_bulleted Programming/Javascript
  • · 2020. 9. 30.
  • textsms

[intellij] Cannot resolve symbol 'String'

project import 시 java관련 에러가 발생할때project structure 메뉴에서 project SDK를 알맞는 버전으로 선택해 준다. (mac에 경우 command + ; )

  • format_list_bulleted Programming/Java
  • · 2020. 9. 5.
  • textsms
  • navigate_before
  • 1
  • 2
  • 3
  • 4
  • navigate_next
반응형
공지사항
전체 카테고리
  • ALL (217)
    • 쿠베플로우 kubeflow (1)
    • React Native (1)
      • Expo (1)
    • Programming (187)
      • spring+jwt+react (4)
      • wordpress (3)
      • Vultr (1)
      • Flutter (3)
      • Vue-project (1)
      • Vue-tip (17)
      • AngularJS (12)
      • Bootstrap (2)
      • Book (1)
      • CentOS (5)
      • Code (0)
      • Css (13)
      • Docker (7)
      • Eclipse (1)
      • Freemarker (1)
      • Git (9)
      • Front-End (6)
      • Error (7)
      • Gulp.js (0)
      • Java (12)
      • Python (5)
      • Javascript (19)
      • JPA (5)
      • jQuery (2)
      • Mac (6)
      • MySql (4)
      • Springboot (21)
      • Springboot-blog (0)
      • Daily (1)
      • Springboot-tip (3)
      • Spring (1)
      • Thymeleaf (1)
      • Tomcat (1)
      • Typescript (3)
      • Tool (5)
      • Sql (1)
      • prisma (1)
      • react (1)
    • Life (14)
      • Review (0)
      • Tip (3)
      • 리뷰 (8)
      • 부동산 (2)
최근 글
인기 글
최근 댓글
태그
  • #AngularJS
  • #MySQL
  • #error
  • #javascript
  • #sts
  • #JPA
  • #css
  • #Vue
  • #springboot
  • #GIT
전체 방문자
오늘
어제
전체
Copyright © 쭈미로운 생활 All rights reserved.
Designed by JJuum

티스토리툴바