browse the location of sublime package folder C:\Program Files\Sublime Text 3\Packages> then git clone https://github.com/BrainBuzzer/vuejs-sublime-complete.git NB make sure you have git bash installed on your windows GIT BASH Then open […]
Removing “/wp” From WordPress Url
GOAL: transform http://mydomain.com/wp/url to http://mydomain.com/url, 1) in your dashboard, go to settings -> general and make sure a) wordpress directory -> http://mydomain.com/wp b) site address -> http://mydomain.com 2) move your […]
Unexpected token error \u0000 when installing with npm
How to fix npm error simply run “npm cache clean”