-
Notifications
You must be signed in to change notification settings - Fork 8
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
Bug: Can't find rpc.proto
#23
Comments
The Are you saying that this project ought to install |
Was having a bit of trouble with this myself. Reproduced in 2 ways:
However, I couldn't get it from getting removed in case 2. This was affecting lnrpc in my app being deployed to Heroku, so as a temporary measure I am leaving |
Seems related to: shama/napa#81 |
Just wrote a potential fix here still needs testing, however I'd love any feedback you have. |
Thanks Matt! I can test it out later tonight. |
Worked for me! Deployed to Heroku in production mode and no issues. Thanks a lot! |
@AnthonyRonning Thanks for looking into that. I'll get this shipped ASAP. |
On a clean install of version 0.5.0 (using
npm
),rpc.proto
can't be found as it is neither present in the package's root folder norlnd
is installed as a dependency.Even if
lnd
is installed as dependency, version 0.0.2 (currently available innpm
) is old and the providedrpc.proto
will neither work.A workaround would be to grab the file from GitHub or provide a configuration parameter to specify the path to the file.
The text was updated successfully, but these errors were encountered: