We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is the error I get when i try to run 'npm rebuild' to get started with bcoin Operating System: Ubuntu 22.04
The text was updated successfully, but these errors were encountered:
it may be cause of incomplete cloning of the repo.. you may try by making a completely new folder and then starting from the initial cloning command
Sorry, something went wrong.
installing via git
$ mkdir Bcoin && cd Bcoin $ git clone https://github.com/bcoin-org/bcoin $ cd bcoin
$ mkdir Bcoin && cd Bcoin
$ git clone https://github.com/bcoin-org/bcoin
$ cd bcoin
verify signature $ git log --show-signature <press q to exit signature log>
$ git log --show-signature
<press q to exit signature log>
build and install globally with npm $ git log --show-signature <press q to exit signature log>
npm
@Kaushik-Iyer @r0ushann To build and install globally with npm you need to run: $ npm rebuild $ npm install --global
$ npm rebuild
$ npm install --global
Then to run the test locally: from inside the bcoin repo directory, run $ npm run test
$ npm run test
or you can run a single test also $ npm run test-file test/address-test.js
$ npm run test-file test/address-test.js
No branches or pull requests
This is the error I get when i try to run 'npm rebuild' to get started with bcoin
Operating System: Ubuntu 22.04
The text was updated successfully, but these errors were encountered: