Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用coffee可执行文件运行命令行脚本,但我想通过npx.
coffee
npx
类似的东西#!/usr/bin/env npx coffee不起作用,因为通过env.
#!/usr/bin/env npx coffee
env
那么,有没有办法通过 运行npx可执行文件env?