Windows11 conda Invoke-Expression报错问题
打开终端后弹出
Would you like conda to send this report to the core maintainers?
输入y回车后就报错,在网上搜到的解决方法都没用,求解答这几行什么意思

Thank you for helping to improve conda.
Opt-in to always sending reports (and not see this message again)
by running
$ conda config --set report_errors true
Invoke-Expression : 所在位置 行:1 字符: 2
+ [y/N]:
+ ~
属性或类型文本末尾缺少 ]。
所在位置 行:1 字符: 4
+ [y/N]:
+ ~
必须在“/”运算符后面提供一个值表达式。
所在位置 行:1 字符: 4
+ [y/N]:
+ ~~~
表达式或语句中包含意外的标记“N]:”。
所在位置 D:\anaconda3\shell\condabin\Conda.psm1:101 字符: 9
+ Invoke-Expression -Command $activateCommand;
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ParserError: (:) [Invoke-Expression], ParseException
+ FullyQualifiedErrorId : EndSquareBracketExpectedAtEndOfAttribute,Microsoft.PowerShell.Commands.InvokeExpressionC
ommand