I’m having trouble getting past the quickstart local and network deployment tutorial. I am completely new at this so it could be something stupid but I can’t get anything to deploy.
I’m using a Windows computer with Ubuntu subsystem for Linux CLI. It’s my understanding that it works here too. I have installed and updated dfx, node.js, VSCode. Now here are some of the problem points.
Quickstart local development tab (got up to)
$ dfx canister create hello
returns code: 111 “tcp connect error”
Quickstart network development tab (got up to)
$ dfx deploy --network=ic
after trying to build canisters it returns httperror and does not deploy
One problem I get is when installing “brew” and going through the process, brew --version is never recognized but I thought this doesn’t matter since I have node. Has anyone had similar problems and know how to fix? Thank you.