-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
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
install #38
Comments
Update, so i managed to install it, i dont know how. Now im trying to find the app.js but i cant. so this is what i get: Error: Cannot find module '/root/go/src/github.com/tendermint/js-abci/example/example/app.js' |
I believe the install instructions are not right. In the step to cd into the cloned repo you should cd into the examples folder and then run the npm command
and then run the example:
|
@andynog I just used your instructions, build ran fine in |
Im using: git clone https://github.com/tendermint/js-abci
Then: npm install abci
And i get an error message:
npm ERR! Refusing to install package with name "abci" under a package
npm ERR! also called "abci". Did you name your project the same
npm ERR! as the dependency you're installing?
Could someone please help?
The text was updated successfully, but these errors were encountered: