Build task "gulp build-electron" fails on "manifest.name"
FlipOneDev opened this issue · 1 comments
FlipOneDev commented
Either document that "gulp build-electron" must first be preceded by "gulp build" or integrate the "build" task into the "build-electron" task.
Niahm commented
you should replace
manifest = appDir.read('./package.json', 'json');
by
manifest = projectDir.read('./package.json', 'json');