Https://developer.algorand.org/tutorials/create-and-manage-non-fungible-asa-command-line-using-goal/

goal asset create --asseturl “Panzerotti wikipedia” --creator “ZZZZZZZZZZZZZZZZZZZZZ” --decimals 0 --name “Panzerotti” --note “I have completed my tutorial on ASA creation using goal!” --total 1 --unitname PNZRT --datadir algoexplorer.io --wallet srima

Hi , i got this type of error :
mkdir testnet.algoexplorer.io\ goal.cache : The system cannot find the path specified

Help me to rectify it

The parameter --datadir algoexplorer.io is incorrect, algoexplorer.io needs to be replaced by the data dir of your local node.

To install a node, read Install a Node - Algorand Developer Portal
If you use the Debian package, the argument should be --datadir /var/lib/algorand.
Otherwise, if you follow the steps above without the Debian package, the argument should be --datadir ~/node/data.