Question

I want to create window installer but facing some problem from last 4 days on exectuion of common.js facing this error.

What i analyzed:

child = child_process.spawn(cmd, args, opts);
children.push(child); 

..is not executing properly. Can someone help me?

Regards

Was it helpful?

Solution

I'm assuming you're talking about running grunt installer on the brackets-shell source code? Make sure you've followed the extra setup steps here:

(depending on your platform)

If you're building something other than Brackets itself, please be sure to change the Info.plist bundle id (Mac) and installer GUIDs (Win) so that whatever app you're building doesn't become entangled with Brackets installs on the same machine.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top