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

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top