On January 31, 02014 at 11:48:43, Steve Husting ([email protected]) wrote:
According to this page, 
http://docs.phonegap.com/en/3.3.0/guide_cli_index.md.html#The%20Command-Line%20Interface,
 we download Node.js at http://nodejs.org/download/ to download and install 
node.js.

I did so, choosing the Mac OS X Universal, opened Finder and found node in 
~/usr/local/bin,  and made sure it was in .bash_profile:

#brew, cordova, github, ios-sim, node, npm, phonegap
export PATH=${PATH}:~/bin
export PATH=${PATH}:~/usr/local/bin

Nevertheless, in Terminal, node -v results in "$ -bash: node: command not found"

What step am I missing? (This is in Mac OS X Mavericks. This new OS install 
seems to have broken my dev environment and I'm repairing it.) 
After editing .bash_profile, make sure you load it into the current shell:

     . .bash_profile

And make sure that you clear the shell’s path-search cache:

    hash -r

See if those help!

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to