扫码关注官方订阅号
node安装目录:d:/nodejs prefix = "e:\node" 在e:/node下执行npm install -g fis 后切换到其他目录提示'fis' is not recognized as an internal or external command 全局安装后不是可以直接用吗?
'fis' is not recognized as an internal or external command
学习是最好的投资!
确定node是被”安装“了吗?我指的是用安装包安装的,不要解压或者绿色的那种。
在windows里查看环境变量PATH有没有包含npm/node_modules之类的执行路径
npm/node_modules
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
确定node是被”安装“了吗?我指的是用安装包安装的,不要解压或者绿色的那种。
在windows里查看环境变量PATH有没有包含
npm/node_modules
之类的执行路径