소개
게시글
질문&답변
changeUI 메소드에 관련해서 질문드립니다.
if((await this.callOwner()).toUpperCase() === walletInstance.address.toUpperCase()) { $('#owner').show(); } 해삼님 참고해서 이렇게 고치니 잘 되네요~
- 0
- 2
- 198
질문&답변
keystore 버전 차이
해결했습니다. caver-js문제 였네요.. 해결방법 : package.json에서 caver-js 버전을 1.2.0으로 바꾼다 -> "npm install caver-js" 해서 새로운 버전 설치 https://ko.docs.klaytn.com/bapp/sdk/caver-js/v1.4.1/api-references/caver.klay.accounts#decrypt 공식문서에서 decrypt에 대해 찾아보니 caver-js v1.2.0 부터 키스토어 v4형식을 복호화할 수 있다고 하네요
- 0
- 1
- 337
질문&답변
혹시 npm install 이 에러 알수 있을까요?
위와 같이 했는데도 계속 npm WARN npm npm does not support Node.js v15.11.0 npm WARN npm You should probably upgrade to a newer version of node as we npm WARN npm can't make any promises that npm will work with this version. npm WARN npm Supported releases of Node.js are the latest release of 6, 8, 9, 10, 11. npm WARN npm You can find the latest version at https://nodejs.org/ npm ERR! cb.apply is not a function npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\Genie\AppData\Roaming\npm-cache\_logs\2021-04-07T06_17_34_969Z-debug.log 이런 오류가 나네요.. 구글 검색해서 해봐도 해결이 안 돼요
- 0
- 2
- 6.4K