您好,nodemon
可以监视node_modules
中特定模块的更改
我已经像这样启动了nodemon
nodemon index.js --watch 'node_modules/specific_module/**
我也尝试过使用nodemon.json
文件
"watch": [
"node_modules/specific_module/**"
]
但无济于事。有没有办法实现这种行为,或者无论我做什么,node_modules
中的任何内容都会被永远忽略?
答案 0 :(得分:0)
正如@variable 在评论中提到的,这里是一个包含 print(tabulate(dframe, headers='keys', tablefmt='github', showindex=False))
的 nodemon.json
(显然排除 node_modules
:
.git
来自docs:
<块引用>假设您确实想查看 node_modules 目录。您必须覆盖 ignoreRoot。如果您希望在每个项目的基础上进行此操作,请将配置添加到您的本地 nodemon.json。如果您希望所有项目都使用它,请将其添加到 $HOME/nodemon.json: