atom에서 applescript를 실행해보고 싶어서 플러그인을 검색했더니 script라는 플러그인이 있었다.
https://atom.io/packages/script
지원되는 언어가 어마어마 하군.
일단 설치 고고
apm install script
apm install 이 가능하다고 하여 터미널에서 실행했더니 뭐지..
Request for package information failed: unable to verify the first certificate (UNABLE_TO_VERIFY_LEAF_SIGNATURE)
이런 에러가 뙇!
회사 컴터에 등록된 인증서가 인증이 안되서 그런건가....
암튼 찾아보니 ssl disable 설정이 가능하다 하여 세팅함.
1. ~/.atom/.apmrc 파일 생성
2. ..apmrc파일 내부에 strict-ssl = false 입력, 저장
참고 : https://github.com/atom/apm/issues/103
설치되었네요 ㅎ
참고.
atom에서 applescript는 기본적으로 지원하지 않으므로 언어를 추가로 설치해야 사용할 수 있다.
https://atom.io/packages/language-applescript
'삽질방지 팁' 카테고리의 다른 글
[Mac IntelliJ Tip] 키 입력 먹통 해결 (0) | 2019.07.09 |
---|---|
[POSTMAN] 포스트맨 request conflict 저장 불가 해결 (0) | 2019.04.02 |
구글 크롬 주소창 자동완성 URL 삭제하기 (1) | 2019.02.16 |
[MyBatis] association columnPrefix 중첩 사용시 주의 사항 (2) | 2019.01.03 |
[bootcamp 팁] Mac에서 bootcamp 사용 시 acpi bios error 를 만난다면.. (1) | 2018.10.22 |