You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 15, 2020. It is now read-only.
Installed Pow using brew install pow. The install completed successfully, however running pow generates:
fs.js:1299
throw error;
^
Error: watch /Users/me/Library/Application Support/Pow/Hosts ENOENT
at exports._errnoException (util.js:1022:11)
at FSWatcher.start (fs.js:1297:19)
at Object.fs.watch (fs.js:1322:11)
at Daemon.<anonymous> (/usr/local/Cellar/pow/0.5.0/libexec/lib/daemon.js:36:35)
at emitNone (events.js:86:13)
at Daemon.emit (events.js:185:7)
at pass (/usr/local/Cellar/pow/0.5.0/libexec/lib/daemon.js:95:22)
at /usr/local/Cellar/pow/0.5.0/libexec/lib/daemon.js:116:22
at DnsServer.<anonymous> (/usr/local/Cellar/pow/0.5.0/libexec/lib/daemon.js:83:22)
at DnsServer.g (events.js:292:16)
Looking at my user directory, there is no .pow directory and no ~/Library/Application Support/pow directory. So it appears neither of these are created when installing with homebrew on OSX 10.11.6
Installing using curl get.pow.cx | sh results in a working installation.
The text was updated successfully, but these errors were encountered:
Undistraction
changed the title
Pow Installation Broken After Homebrew Install
Homebrew Install Results In Broken Pow Because of Missing Dirs
Nov 14, 2016
Installed Pow using
brew install pow
. The install completed successfully, however running pow generates:Looking at my user directory, there is no
.pow
directory and no~/Library/Application Support/pow
directory. So it appears neither of these are created when installing with homebrew on OSX 10.11.6Installing using
curl get.pow.cx | sh
results in a working installation.The text was updated successfully, but these errors were encountered: