目前,我正在研究reactjs的Atom Editor,我想尝试ATOM REACT PLUGIN。对于安装,它要求我使用命令apm install react,但windows cmd无法识别apm。在Internet上搜索后,似乎在Mac上调用apm命令很简单,但在Windows上却不简单。Windows中是否有apm的分步安装指南?
在Mac上安装shell命令:
windows - 在Windows上安装APM的完整指南-LMLPHP
在Windows版本中,我找不到它:
windows - 在Windows上安装APM的完整指南-LMLPHP

最佳答案

将其添加到系统路径环境变量中。

- `Win + R: then type %localappdata%`

转到atom>app-(atom版本)>resources>app>apm>bin
复制整个路径并打开“系统路径环境设置”窗口。
附加到结尾并确认。重新启动控制台(命令提示符或gitbash)
这适用于每个命令行界面,如果您想知道可执行文件的位置,请使用where命令。
- APM在哪里
-何处节点
礼节:-https://github.com/atom/apm/issues/381#issuecomment-126911491

10-08 09:17