Mac /Ubuntu/Windows 下安装nodejs
2020-12-13 06:15
标签:http io for art ar div linux line If you‘re using the excellent homebrew package manager, you can install node with one command: Otherwise, follow the below steps: You can check it worked with a simple Hello, World! example. Install the dependencies: Run the following commands: You can check it worked with a simple Hello, World! example. Thanks to code-diesel for the Ubuntu dependencies. Currently, you must use cygwin to install node. To do so, follow these steps: Use Open the cygwin command line with For more details, including information on troubleshooting, please see the GitHub wiki page. Mac /Ubuntu/Windows 下安装nodejs,搜素材,soscw.com Mac /Ubuntu/Windows 下安装nodejs 标签:http io for art ar div linux line 原文地址:http://www.cnblogs.com/yiliweichinasoft/p/3901442.htmlMac
brew install node
.
git clone git://github.com/ry/node.git
cd node
./configure
make
sudo make installUbuntu
sudo apt-get install g++ curl libssl-dev apache2-utils
sudo apt-get install git-core
git clone git://github.com/ry/node.git
cd node
./configure
make
sudo make installWindows
setup.exe
in the cygwin folder to install the following packages:
Start > Cygwin > Cygwin Bash Shell
.git clone git://github.com/ry/node.git
cd node
./configure
make
sudo make install
文章标题:Mac /Ubuntu/Windows 下安装nodejs
文章链接:http://soscw.com/essay/32770.html