1.applicationで確認すると、redisのversionが新しすぎて、redisに接続できない 2.errorは取り忘れた 3.upgrade前のversion connect-redis 4.0.4 6.1….
Author: OgawaKousei
npm: npm-check-updatesをinstallして、packageを最新にする
1.結果 (1) 前回の結果 ・npm outdated では、全てLatestのpackageにはならない ・Wanted のversion までupdate (2) 今回の結果 ・npm-check-updatesの…
npm packageをnpm update でアップデートする
1.npm updateの結果 ・npm outdated では、全てLatestのversionにはならない ・Wanted のversion までupdate 2.古いversionのpakageを確認 # npm …
ganache : web3 signedTransactionData の nonce 値
1.環境とmethod ・web3@1.7.3 ・ganache@7.1.0 ・web3.eth.sendSignedTransaction(signedTransactionData [, callback]) 2.P…
nodejs : sendSignedTransactiondeでのerror処理
1.sendSignedTransactiondeでのerror処理 ・errorオブジェクトから、errorの値を取り出してresponceで返す 2. ・下のようなコードでのPromiseで受け取ったerrorオブジ…
web3.eth.getTransactionCount の address とは何か?
1.web3.eth.getTransactionCount の addressとは何か? web3.eth.getTransactionCount(address [, defaultBlock] [, callbac…
nodejs : npm install @ethereumjs/common
1.npm install @ethereumjs/common https://www.npmjs.com/package/@ethereumjs/common # npm install @ethereumjs/co…
nodejs: npm install ethereumjs-common
1.npm install ethereumjs-common # npm install ethereumjs-common up to date, audited 719 packages in 6s 89 pack…
nodejs: npm install ethereumjs-tx
1.npm install ethereumjs-tx # npm install ethereumjs-tx npm WARN deprecated ethereumjs-tx@2.1.2: New package n…
pdf.jsで全角スペースが半角スペースで認識される対策 -> 失敗
1.全角スペースが半角スペースで認識される ・全角が表示されないときは”cmapsの設定が必要”という記事を見つけたのでためしてみた 2.cmapsのdownload # wget https://github.com/…