npm-edit

실치된 팩키지를 수정

Synopsis

npm edit <pkg>[@<version>]

Description

npm 설정에서 editor에 지정된 에디터를 사용하여 팩키지 폴더를 열어줍니다.

수정이 완료된 이후에 팩키지는 다시 빌드되어 수정사항이 적용됩니다.

예를 들어 npm install connect로 connect를 설치하고 npm edit connect를 통해서 로컬에 설치된 복사본을 수정할 수 있습니다.

Configuration

editor

  • Default: EDITOR 환경 변수가 설정되어 있다면 이 값이 사용되며, 그렇지 않은 경우에 Posix 시스템에서는 vi, Windows 시스템에서는 notepad
  • Type: path

이 설정 값은 npm editnpm config edit에서 사용됩니다.

results matching ""

    No results matching ""