문제

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