Cài đặt các công cụ phát triển
Cài đặt caver-js
$ mkdir $HOME/klaytn$ npm init # initialize npm at the klaytn project directory
$ npm install caver-js$ npm cache clean --force # initialize npm cache
$ npm install caver-js@latest # update caver-js to the latest versionnpm ERR! path /Users/username/klaytn/node_modules/websocket
npm ERR! code EISGIT
npm ERR! git /Users/username/klaytn/node_modules/websocket: Appears to be a git repo or submodule.
npm ERR! git /Users/username/klaytn/node_modules/websocket
npm ERR! git Refusing to remove it. Update manually,
npm ERR! git or move it out of the way first.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/username/.npm/_nhật ký/2019-06-25T01_49_37_032Z-debug.log
$ rm /Users/username/klaytn/node_modules/websocket/.gitCài đặt Truffle
Cài đặt vvisp
Last updated