I am following the tutorial Creating an ink!Project - https://substrate.dev/substrate-contracts-workshop/#/0/creating-an-ink-project, and have successfully tested the flipper contract.
When I build the contract using cargo +nightly-2020-10-06 contract build I get an error:
ERROR: Cannot infer the root project identer link description here
Even though I have researched this issue, cannot work out where I'm going wrong.
