play-co / devkit-core

11 stars 17 forks source link

devkit install is breaking #38

Closed jishnu7 closed 8 years ago

jishnu7 commented 9 years ago

reason:

jsio is specified as both node package and git submodule. When you run npm install node module installs first. Then when it reaches git submodule init stage, since there already exists a folder, script is breaking.

jishnu7 commented 8 years ago

looks like this is fixed.