-
Notifications
You must be signed in to change notification settings - Fork 520
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
Generation Script of frontier template is giving Error #519
Comments
the same error occurs. @PankajChaudhary5 , have you found any solutions? |
No @dongchangYoo. I used the code given in the documentation as the initial code. |
I think this One: https://github.com/substrate-developer-hub/frontier-node-template |
Any Solution to this issue? I want to build the latest one. Not want to use pre-generated. |
I have the same problem. @PankajChaudhary5 The pre-generated node template also has issue with I was able to fix this. There is an open pr that I merged it which fixes the issue. You can use my repo until the pr is officially merged. |
I have the same issue. |
Question
Hi Team
I am trying to Generation Script of frontier template but i am getting error after the below command
./node-template-release.sh TEMPLATE.tar.gz
Error:
error: no matching package found
searched package name:
substrate-prometheus-endpoint
prerelease package needs to be specified explicitly
substrate-prometheus-endpoint = { version = "0.10.0-dev" }
location searched: https://github.com/paritytech/substrate
required by package
fc-consensus v2.0.0-dev (https://github.com/paritytech/frontier.git?rev=30e05d8736ef9de2039327bcb1098b45bb546502#30e05d87)
... which satisfies git dependency
fc-consensus
of packagefrontier-template-node v0.0.0 (/private/var/folders/7h/zsl46ccs26n6g9jqmqdcfxdw0000gn/T/.tmpZ2uJ6u/template/node)
thread 'main' panicked at 'assertion failed: Command::new("cargo").args(&["build",\n "--all"]).current_dir(path).status().expect("Compiles node").success()', src/main.rs:188:5
note: run with
RUST_BACKTRACE=1
environment variable to display a backtraceCan you please help me in this?
The text was updated successfully, but these errors were encountered: