installation - How do I install Brackets IDE from behind a firewall on Linux? -
we behind firewall.
we have self-hosted central npm repository, doesn't have packages (most, not all).
it seems grunt build process (to compile source) relies on phantomjs built via npm. have phantomjs 1.9.2 built source , available, process specifies needs installed via npm work.
my goal build can use ide in environment. there .app, , .msi available wndows , mac, linux have compile source (we have .deb, i'm on centos).
any appreciated.
it looks don't need phantomjs building brackets -- see it's dependency in package.json, don't see mention in brackets source code may called. try building brackets without having phantomjs installed , see if works?
Comments
Post a Comment