Horje
browser sync for linux Code Example
browser sync for linux
# To add broswser-sync into sublime text linux/ubuntu machine follow this steps.
sudo apt-get remove nodejs npm #to remove existing node package.
curl -sL https://deb.nodesource.com/setup_8.x 116 | sudo -E bash -
sudo apt-get update && sudo apt-get install yarn
sudo apt-get install -y nodejs
node -v # to check the version of installed node package
npm install -g browser-sync # to install browser-sync package.
browser-sync start --server --files "*.html, css/*.css,*js,js/*.js" # it will run current directory files into default browser




Shell

Related
orthonormal basis Code Example orthonormal basis Code Example
pgadmin4 : Depends: libpython3.7 (>= 3.7.0) but it is not installable Code Example pgadmin4 : Depends: libpython3.7 (>= 3.7.0) but it is not installable Code Example
ubuntu googls drive setup Code Example ubuntu googls drive setup Code Example
uid : unable to do port forwarding: socat not found Code Example uid : unable to do port forwarding: socat not found Code Example
zsh problem: compinit:503: no such file or directory Code Example zsh problem: compinit:503: no such file or directory Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8