-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Abort when building node template #2257
Comments
The |
CC @shawntabrizi maybe something you want to solve in the script ;) |
@bkchr I am missing something here. |
I found the bug, a recent change of |
Okay, there as already one by @xlc: paritytech/substrate-up#21 |
I have not tested the latest script yet, but it appears to me it will cause some issues with common uses of renaming. For example, we tell people to rename their project Then the script will look for So I expect to get Can we update substrate so all strings that need to be changed are |
Indeed this happens. We need to reorder the rename commands, or better yet, come up with a more consistent plan here. |
Hi,
I just installed Substrate with the command,
$ curl https://getsubstrate.io -sSf | bash -s
,encountered and solved a previous issue which is paritytech/scripts#67
After that, I try to build the node template with
substrate-node-new substrate-node-template <author-name>
now another compiling error happens, I have checked a same issue on Rustlang, it seems related to the code in the rust script, but I am not sure how to solve it.
Here is the complete log:
I use Mojave 10.14.4 and I just check Rust version is 1.33.0
The text was updated successfully, but these errors were encountered: