【发布时间】:2019-09-14 22:59:21
【问题描述】:
我使用nvm 管理node.js 版本。今天我安装了我相信firebase支持的版本10:
nvm install 10.16.3
nvm use 10.16.3
然后令我惊讶的是,firebase 命令消失了:
firebase serve
'firebase' is not recognized as an internal or external command, operable program or batch file.
这是nvm 中的已知错误吗?还是有其他问题? (这是在 Windows 10 上。)
【问题讨论】:
标签: node.js firebase windows-10 nvm