jdx / mise

dev tools, env vars, task runner
https://mise.jdx.dev
MIT License
9.39k stars 263 forks source link

Simple question: how to add node_module/.bin to $PATH in .mise.toml [env] section? #2152

Closed liuyinz closed 4 months ago

liuyinz commented 4 months ago
[env]
_.path = ["./node_modules/.bin"]

there are almost no example in documents