IonicBrazil / ionic-garden

This project is for every ionite who wants to play with Ionic's Source
Other
14 stars 6 forks source link

npm install -d error: destination path `ng-cordova` already exists #29

Closed felquis closed 9 years ago

felquis commented 9 years ago

If I run npm install -d twice, it will cause an error:

image

giorgiofellipe commented 9 years ago

@felquis What do you think is better? if already exists

felquis commented 9 years ago

I think we should remove gulp install-source-module from postinstall. Then we could pull if it already exist.

giorgiofellipe commented 9 years ago

@felquis we've added this to postintall again, so I'll fix it by checking if there's already a folder, if true I'll try to do a pull