简体   繁体   English

'$'不被识别为内部或外部命令

[英]'$' is not recognized as an internal or external command

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. 它涉及Windows中的命令行。 I am trying to follow a tutorial on using npm. 我正在尝试遵循有关使用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. 当我输入“ $ npm config list”以获取配置时,我收到了无法识别的消息。 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'忽略$

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM