问题描述
我已经在广泛搜索中找到了该问题的答案,但没有找到一个可以解决我的特定问题的答案。它涉及Windows中的命令行。我正在尝试遵循有关使用npm的教程。本教程中的所有命令均以$这个符号(美元符号)开头。当我输入 $ npm config list以获取配置时,我收到了无法识别的消息。其他类似的问题描述的是其他符号或命令,而不是 $美元符号。如果还有其他人遇到过此特定问题并已解决。多谢您的协助。谢谢。
I have search quite extensively for an answer to this question and have not found one that address my particular issue. It involves the command line in windows. I am trying to follow a tutorial on using npm. All of the commands in this tutorial begins with $ this symbol, the dollar sign. When I type '$ npm config list' to get the configuration I get the not recognize message. Other similar questions describe other symbols or commands but not the '$' dollar sign. If anyone else has experienced this particular problem and solved it. I would appreciate your help. Thank you.
推荐答案
只写'npm config list'忽略$
Just write 'npm config list' ignore the $
这篇关于'$'不被识别为内部或外部命令的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!