I'm trying to run through this tutorial on dapp development with ligo (https://tezos.com/developers/tutorials/nft-ligo-marketplace/) and am running into an error. In the "NFT Marketplace Contract" section, when I try to compile the contract I get the following message:
I tried updating the following commands from the tutorial to the latest version of ligo (0.66.0):
TAQ_LIGO_IMAGE=ligolang/ligo:0.64.2 taq ligo --command "install @ligo/fa"
TAQ_LIGO_IMAGE=ligolang/ligo:0.64.2 taq compile nft.jsligo
I've also got the following (potentially related) problem within vscode:
Any help on how to proceed would be greatly appreciated!!

