I am creating my first substrate chain (online tutorial).
Installed node.js and yarn - and attempting to start node in development mode <./target/debug/node-template --dev --tmp>
,
when I run code keep getting error -
no such file or directory...
Obviously, I am doing something wrong, and would like to know how to solve this issue?
I can think of two possible scenarios as to why you encountered the said issue: