Source: http://icarus4.logdown.com/posts/175092-nodejs-installation-guide
1. Install NVM (Node.js Version Manager)
1.1. Add "source $(brew --prefix nvm)/nvm.sh" to ~/.bash_profile
1.2. Source ~/.bash_profile
2. Install Node.js
2.1. List available versions by "nvm ls-remote"
2.2. Install the LTS by "nvm install v6.9.2"
Node.js directory: /usr/local/opt/nvm/versions/node/vX.X.X
Installed versions: nvm ls
Current in use version: nvm -v
To switch version: nvm use vX.X.X (only valid for current shell). To fix it, set it as default version to use: nvm alias default vX.X.X
Wednesday, December 28, 2016
Subscribe to:
Posts (Atom)
Check clients which connect to Mac OS X Wi-Fi Internet Sharing
arp -i bridge100 -a bridge100 may be different on your Mac OSX
-
1. Create an account on TestFlight ( http://testflightapp.com ) and with "Developer" option checked. 2. Log in to the TestFlight ...
-
For Mac OS: Use lipo. Ex. lipo -info staticLibrary.a For Linux OS: Use file Ex. file staticLibrary.c
-
[轉載] [Javascript] Encrypt your private blog post from the article of Kaie's Blog 今日在PPT上的Blog版逛到版友weijr所提到的一篇好文章,可以用來針對Blog中某一段文字給予加密,變成...