paritytech / substrate-up

Scripts for working with new Substrate projects
Apache License 2.0
67 stars 21 forks source link

substrate-node-new should download substrate-node-template to a temp dir #16

Open carumusan opened 5 years ago

carumusan commented 5 years ago

I had an existing folder called "substrate-node-template" in the directory I ran substrate-node-new in. This caused the existing directory to be mangled and me to lose code (fortunately have a backup). This could have been prevented if substrate-node-template had been downloaded to a clean temp dir.