You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
일단 설명 부분에 라이브러리를 설치해야 된다고 말씀하셔야 될 듯 하구요,
(제가 환경이 윈도우나 우분투라서 자동으로 안 깔렸던 걸 수도 있구요)
일단 첫번째 에러는
첫번째 에러: Cannot find module 'fs-extra'
해결: npm install fs-extra
했구요
두번째 에러가
두번째 에러: Error: Cannot find module 'pogobuf'
인데 이건
해결시도: npm install pogobuf
했으나
해결시도 실행 시 오류:
npm WARN deprecated [email protected]: request has been deprecated, see request/request#3142
npm ERR! Error while executing:
npm ERR! C:\Program Files\Git\cmd\git.EXE ls-remote -h -t ssh://[email protected]/starkevin/node-pogo-signature.git
그래서 추정하건데, pogobuf에서 사용하고 있던 github.com/starkevin/node-pogo-signature.git 이 깃허브가
들어가보니 없어져 있더라구요, 그래서 아마 pogobuf가 깔리지 않는 듯 합니다.
pogobuf 측에서 이 문제를 해결해 줬으면 좋겠네요
그리고 기본 작동 환경이 mac 맞으시죠?
The text was updated successfully, but these errors were encountered:
일단 설명 부분에 라이브러리를 설치해야 된다고 말씀하셔야 될 듯 하구요,
(제가 환경이 윈도우나 우분투라서 자동으로 안 깔렸던 걸 수도 있구요)
일단 첫번째 에러는
첫번째 에러: Cannot find module 'fs-extra'
해결: npm install fs-extra
했구요
두번째 에러가
두번째 에러: Error: Cannot find module 'pogobuf'
인데 이건
해결시도: npm install pogobuf
했으나
해결시도 실행 시 오류:
npm WARN deprecated [email protected]: request has been deprecated, see request/request#3142
npm ERR! Error while executing:
npm ERR! C:\Program Files\Git\cmd\git.EXE ls-remote -h -t ssh://[email protected]/starkevin/node-pogo-signature.git
그래서 추정하건데, pogobuf에서 사용하고 있던 github.com/starkevin/node-pogo-signature.git 이 깃허브가
들어가보니 없어져 있더라구요, 그래서 아마 pogobuf가 깔리지 않는 듯 합니다.
pogobuf 측에서 이 문제를 해결해 줬으면 좋겠네요
그리고 기본 작동 환경이 mac 맞으시죠?
The text was updated successfully, but these errors were encountered: