figured 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]"
I get this error when I type 'ember' in terminal "zsh: command not found: ember"
figured 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]"
I get this error when I type 'ember' in terminal "zsh: command not found: ember"