Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

bash: ng: command not found yarn

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"
 
PREVIOUS NEXT
Tagged: #command #yarn
ADD COMMENT
Topic
Name
1+8 =