프록시 아래의 Windows에서 hyper-pokemon
아무래도 hyper-pokemon하고 싶다!
Windows 환경에서 Terminal 앱을 찾고 있던 곳 Hyper™이라는 Terminal을 발견했다.
게다가 Hyper를 피카츄 사양으로 한다hyper-pokemon-plugin까지 있는 것 같다😊
조속히 Hyper를 인스톨 해 플러그인을 유효하게 하려고 하면(자), 언제나 방해하는 아이츠・・・그렇게 프록시 서버에 저지되었다. 평소 일이지만 가볍게 절망합니다.
PS C:\Users\xxxxxx> hyper i hyper-pokemon
connect ECONNREFUSED xxx.xxx.xxx.xxx:443
Plugin check failed. Check your internet connection or retry later.
아무래도 피카츄로 하고 싶었으므로, 열심히 설치해 보았습니다 😀
npm을 사용할 수 있도록 챌린지
조사한 결과 이미 해결된 분이 있었다.
분명히 hyper는 내부에서 npm 명령을 부르는 것 같다는 정보가 있고 프록시를 설정할 수 있다는 것.
즉시 Node.js를 설치하십시오.
PS C:\Users\xxxxxx> hyper i hyper-pokemon
connect ECONNREFUSED xxx.xxx.xxx.xxx:443
Plugin check failed. Check your internet connection or retry later.
조사한 결과 이미 해결된 분이 있었다.
분명히 hyper는 내부에서 npm 명령을 부르는 것 같다는 정보가 있고 프록시를 설정할 수 있다는 것.
즉시 Node.js를 설치하십시오.
참고로 해, 프록시의 설정을 해・・・
npm config set proxy "http://[プロキシ]サーバ:[ポート]"
npm config set https-proxy "http://[プロキシ]サーバ:[ポート]"
npm config set registry "https://registry.npmjs.org/"
다시, hyper 명령을 두드리는 것도. . . 여전히 프록시 벽은 높습니다 😫
PS C:\Users\xxxxxx> hyper i hyper-pokemon
connect ECONNREFUSED xxx.xxx.xxx.xxx:443
Plugin check failed. Check your internet connection or retry later.
npm 명령으로 설치
조금 엄청나게 살았지만, npm 저장소에서 hyper-pokemon은 공개되어 있으므로, 시험에 npm 명령으로 hyper-pokemon을 인스톨 하면, 깔끔하게 인스톨 할 수 있었다.
hyper 명령은 움직이지 않지만 npm 명령은 제대로 프록시를 넘어 줬다 😲
PS C:\Users\xxxxxx> npm install hyper-pokemon
+ hyper-pokemon@0.4.6
added 11 packages from 15 contributors and audited 12 packages in 7.819s
found 0 vulnerabilities
덧붙여 이 후 hyper를 시작해도 역시 포켓몬은 되지 않았다···
제대로 프리그인 디렉토리에 인스톨 하지 않으면 안된다.
플러그인 폴더는.
hyper 공식 사이트의 Extensions에 패스가 쓰여 있었기 때문에 해 보면 할 수 있었다.$Env:AppData/Hyper/.hyper_plugins.
PS C:\Users\xxxxx\AppData\Roaming\Hyper\.hyper_plugins>> npm install hyper-pokemon
+ hyper-pokemon@0.4.6
added 11 packages from 15 contributors and audited 12 packages in 6.112s
found 0 vulnerabilities
이 후 .hyper.js를 수정하고 플러그인을로드하도록 만들면 움직였습니다
덧붙여 최초의 기동시에 선택된 포켓몬은···야동이었습니다···조금 없는
참고로 한 사이트
PS C:\Users\xxxxxx> npm install hyper-pokemon
+ hyper-pokemon@0.4.6
added 11 packages from 15 contributors and audited 12 packages in 7.819s
found 0 vulnerabilities
PS C:\Users\xxxxx\AppData\Roaming\Hyper\.hyper_plugins>> npm install hyper-pokemon
+ hyper-pokemon@0.4.6
added 11 packages from 15 contributors and audited 12 packages in 6.112s
found 0 vulnerabilities
Reference
이 문제에 관하여(프록시 아래의 Windows에서 hyper-pokemon), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/hanamiche/items/e8d648820d44f219e670텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)