Answers for "browser-sync command not found"

0

browser-sync command not found

Check where npm installs it's binaries by running, 
npm bin -g

Add that to your PATH
export PATH=$PATH:/usr/local/bin  

for e.g. /home/jaimin/node/PROJECT-DIRECTORY/node_modules/.bin
Posted by: Guest on June-18-2021

Browse Popular Code Answers by Language