johnrlive·9 anni fa·discussfigured it out:1. Add the following in my .zshrc file: export PATH="$(yarn global bin):$PATH"2. "yarn global remove [package-name]" then "yarn global add [package-name]"
johnrlive·9 anni fa·discussI get this error when I type 'ember' in terminal "zsh: command not found: ember"
1. Add the following in my .zshrc file: export PATH="$(yarn global bin):$PATH"
2. "yarn global remove [package-name]" then "yarn global add [package-name]"