ignite: command not found

Onexlab
1 min readJun 9, 2020

If you are getting this error ignite: command not found.

try to add following line in .bash_profile file for MacOS

export PATH="$PATH:$(yarn global bin)"

Then try restart terminal.

Hope it will work 🤜 🤛

--

--