Infragistics / livewire

A simple web content editor built with Electron
https://waffle.io/infragistics/livewire
20 stars 9 forks source link

UX Improvement: Prompt user to install Bower and Gulp globally if they aren't installed. #120

Closed alhalama closed 7 years ago

alhalama commented 7 years ago

Yesterday I cloned the repository ad I am on a new machine and I forgot to install bower and gulp before npm install and npm start which resulted in errors trying to use the menus. It would have been better if when starting livewire I was prompted that bower and gulp needed to be installed to help me catch my mistake.

craigshoemaker commented 7 years ago

I cleaned up the package.json files to use native npm commands instead of Gulp during installation to pull in all dependencies (instead of using global installs of Gulp and Bower). Closed by cc2d6d13434dea80cd1cb10755fe7950de879198