【发布时间】:2019-02-22 16:21:57
【问题描述】:
我正在学习 Mosh 在 Node.js 中的教程,但我无法使这行代码工作。
DEBUG=app:db nodemon index.js
我收到一个错误:
'DEBUG' is not recognized as an internal or external command,
operable program or batch file.`
这仅适用于 MAC 吗?我也试过了
set DEBUG=app:db nodemon index.js
但仍然得到同样的错误。
好吧,我已经看到并尝试了这些answers,但仍然不适合我。
有人能解释一下为什么这不起作用吗?
【问题讨论】: