Error: Cannot find dfx configuration file in the current working directory. Did you forget to create one?
in Visual Studio after openning a new terminal and trying to deploy.
Following the Motoko Bootcamp video and did everything as he showed.
Thanks
solved. I had to go cd directory and then cd project name. It didnt show in the video I followed
For future reference, this error happens when you run the dfx
command in the project directory that does not have a dfx.json
which is the dfx configuration file it refers to.
Which Motoko Bootcamp video are you following?