Skip to content
This repository has been archived by the owner on May 15, 2020. It is now read-only.

Install fails with a node exception #107

Closed
benschwarz opened this issue Apr 15, 2011 · 14 comments
Closed

Install fails with a node exception #107

benschwarz opened this issue Apr 15, 2011 · 14 comments

Comments

@benschwarz
Copy link

I installed the latest node using updated brew, then installed npm from curl http://npmjs.org/install.sh | sh

Here is the output that I receive.

⚡ curl get.pow.cx | sh                                                     
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  2722  100  2722    0     0   1791      0  0:00:01  0:00:01 --:--:--  3240
*** Installing Pow 0.2.2...
*** Installing local configuration files...
/Users/benschwarz/Library/LaunchAgents/cx.pow.powd.plist
*** Installing system configuration files as root...

node.js:134
        throw e; // process.nextTick error, or 'error' event on first tick
        ^
execvp(): No such file or directory
@sstephenson
Copy link
Contributor

Please try again with the latest version of Pow and reopen if it's still an issue.

@ethank
Copy link

ethank commented Jul 31, 2011

This issue still persists on 10.7 with the latest version of Pow.

@lazyatom
Copy link

I am also seeing this issue on 10.7, after uninstalling and reinstalling Pow.

@lazyatom
Copy link

Actually, re-running the installed seems to get further, before finally failing at the network configuration. Here's a gist: https://gist.github.com/1211551

@CodeMonkeyKevin
Copy link

I have the same issue on 10.7 also on reinstalling Pow.

@ascarter
Copy link

I'm seeing this on 10.7.2 as well.

@CodeMonkeyKevin
Copy link

I found a way to fix this (well not really a fix just "WTF i just want it to work " work around)

Run the install, let it fail.
Then
cd in to the $POW_BIN folder (check install.sh for location)
sudo ./pow --install-system
sudo launchctl load -Fw /Library/LaunchDaemons/cx.pow.firewall.plist 2>/dev/null

rerun the install.sh and everything will install normally.

@skull-squadron
Copy link

@CodeMonkeyKevin: Could you paste the output of sudo ipfw list por favor? I suspect the user-installed (normal) version is having some issue configuring the Lion firewall for forwarding 20559 -> 80. (In fact, it turns off my WiFi. #241)

Mahalo.

@reneruiz
Copy link

reneruiz commented Nov 6, 2011

Seeing this issue on a fresh copy of OS X 10.7.2

@svyatogor
Copy link

Had the same issue. Completely removing the $POW_ROOT and ~/.powconfig (which had broken config btw) solved the issue.

@maca
Copy link

maca commented Feb 19, 2012

same issue here, I previously had pow running

  execvp(): No such file or directory

@allaire
Copy link

allaire commented Mar 11, 2012

How I got rid of this error:

  1. Run the uninstall
  2. Delete ~/Library/Application Support/Pow
  3. Reinstall

Success.

@mmzoo
Copy link

mmzoo commented Apr 4, 2012

Weird enough, following allaire's steps (above) and then running the installer twice did the trick.

@paulspringett
Copy link

FYI, removing my ~/.powconfig file uninstalling and reinstalling Pow fixed this for me (running 10.7.3)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests