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
I already check the issue has been solved, https://github.com/ckb-js/ckb-sdk-js/issues/208. My issue has some different. packages/ckb-sdk-core/examples/nervosDAO.js, the file dosen't exit ../lib and I already tried to run
$ yarn install # to install the lerna package in this project, could be skipped if the lerna has been installed globally
$ lerna bootstrap # install the depedencies and link the packages in the project
$ npm run tsc # build packages with tsc command
but got nothing, the ../lib hasn't show, and if you use default lerna version , if will gives me The bootstrap command was removed by default in v7 and is no longer maintained error, and I already downgraded the package to 6.6.2.
The text was updated successfully, but these errors were encountered:
I already check the issue has been solved,
https://github.com/ckb-js/ckb-sdk-js/issues/208
. My issue has some different.packages/ckb-sdk-core/examples/nervosDAO.js
, the file dosen't exit../lib
and I already tried to runbut got nothing, the
../lib
hasn't show, and if you use default lerna version , if will gives meThe bootstrap command was removed by default in v7 and is no longer maintained
error, and I already downgraded the package to 6.6.2.The text was updated successfully, but these errors were encountered: