tmaximini / ionic-gulp-seed

A starting point for Ionic Apps
74 stars 20 forks source link

Error on gulp select #13

Closed byronalfonso closed 8 years ago

byronalfonso commented 8 years ago

Hi everyone! First of all, thanks for this wonderful Ionic-gulp-seed. I find it very useful/helpful on my project. As I'm using this, I tried using the "gulp select" command on mac but I received this error -> screen shot 2015-10-13 at 5 44 26 pm

has anyone got this same error?

tmaximini commented 8 years ago

hi @byronalfonso I suggest you use the yeoman generator instead, it is more up-to-date. If not try to use sudo gulp select or try to sudo chmod 755 ./helpers/emulateios to allow the helper to be executed.

byronalfonso commented 8 years ago

Hi @tmaximini! I was actually already using the yeoman generator when I tried the gulp select and I've also already tried the sudo 'gulp select' when the error happened. Your last suggestion is what worked for me though. It is now working and I'm now able to choose specific device. Many thanks and keep up the good work bro!