我在全球范围内使用以下命令安装了spectacle:
npm install -g spectacle-docs现在,当我尝试使用它时,我得到
spectacle is not recognized as an internal or external command为什么会这样呢?
发布于 2017-12-17 00:20:25
检查%appdata%/Roaming/npm文件夹并查找spectacle.cmd文件。如果存在,则将此路径添加到系统变量中的Path变量
https://stackoverflow.com/questions/46489202
复制相似问题