📌  相关文章
📜  pm2 next usr bin yarn: line 3: bin: 是一个目录 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:43.606000             🧑  作者: Mango

代码示例1
# --interpreter bash is your problem. yarn is not a bash script, 
# rather what appears to be a JS program. Do this:

pm2 start yarn --name appname -- start:next