📅  最后修改于: 2022-03-11 14:50:44.102000             🧑  作者: Mango
Your yarn / npm module path might not be in PATH, therefore system is not able to locate it.
Simply add yarn / npm module into your path and it should work:
export PATH="$(yarn global bin):$PATH"