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

Était-ce utile?

La 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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top