【发布时间】:2022-01-05 16:38:45
【问题描述】:
我正在尝试使用 Solana CLI,但我似乎无法让 VS Code 将 solana 命令识别为在我的系统上有效,它只会在我尝试检查版本时抛出此错误:
file, or operable program. Check the spelling of the name, or if a path was included,
verify that the path is correct and try again.
At line:1 char:1
+ solana --version
+ ~~~~~~
+ CategoryInfo : ObjectNotFound: (solana:String) [], CommandNotFoundExcep
tion
+ FullyQualifiedErrorId : CommandNotFoundException```
Any help appreciated.
【问题讨论】:
标签: visual-studio-code solana solana-cli