部落冲突有没有qq版的:Node.js binaries download

来源:百度文库 编辑:九乡新闻网 时间:2024/04/30 14:46:44

Please send spam and suggestions to webmaster@prcn.co.cc. You can also support us financially by sending us a bitcoin anonymous P2P payment to 145fgRHuMQJ9sHUVqAtmhhQz2vKGbAj88K, by You like it - you tip it bitcoin donation system or by Flattr social donation system:

Downloads
0.4.7
complete.
0.4.6
complete.
0.4.5
complete.
0.4.4
complete. This release uses the patched NPM of Rafal Jonca.
0.4.3
complete. NPM 0.3.12 is included, but please test and report.

Older binaries (0.1.x-0.3.x)

How to use

Download the latest 'complete' package, unpack into any folder, read documentation (doc/index.html) and enjoy. No Cygwin installation is required as Cygwin dll and Cygwin gcc/g++ runtime libraries are shipped along. Everything else is statically linked in (those are default build parameters, I didn't change anything). HTTPS and other cryptographic APIs are supported by the binaries since 0.2.0.

Complete
This package must be enough for most users to start experiments. It contains node.exe + dll dependencies + documentation. It's not truly 'complete' as you cannot extend Node with modules written in C++, but that requires full Cygwin installation anyway.
Node.exe only
The idea behind this package is that Node will probably be updated more often than Cygwin, so to upgrade to new version you need to download only a newer exe, and dependencies will remain the same. Also it's possible that you already have the dependency DLLs installed. In this case you only need to copy node.exe to /usr/bin (this is where 'make install' puts it). Note that since 0.1.104 documentation is included in this package too.
Dependencies only
This package is needed if you downloaded the above 'exe only' package but it doesn't work and you are too lazy to fix that yourself.

News And Updates

2011-04-27
Node 0.4.7 binaries were released. Cygwin DLLs were updated too.
2011-04-15
Node 0.4.6 binaries were released.
2011-04-04
Node 0.4.4 binaries were released. I also shamelessly advertise my other projects: MRTG Online and A catalog of Cheapest VPS. Enjoy!
2011-03-22
Node 0.4.3 binaries were released.
2011-03-07
Node 0.4.1 binaries were released. NPM seems to be broken - please report here and suggest a solution to the NPM author. As a workaround you can copy the new exe to older releases of the binaries with older NPM. The problems are: 1) NPM relies on sh and a few other tools for non-critical tasks like displaying its own installation logs. These tools don't exist in our stripped package. 2) Newer releases of NPM perform setuid operations which are not necessary in our single-user xcopy-style installation.
2011-02-16
Node 0.4.0 binaries were released.
2011-01-18

Node Package Manager (NPM) support was added. Run bin/shell.cmd, and then node npm install .

Note that node.exe requires POSIX paths - use either runnode.cmd c:\foo\bar\baz.js or node.exe /cygdrive/c/foo/bar/baz.js.

2011-01-15
Outgoing connections to host names (as opposed to numeric IP addresses) were not working in earlier releases because of missing resolv.conf. Node 0.3.1 was re-released with proper resolv.conf having Google DNS servers. The binaries are the same. Everyone is suggested to upgrade or at least to rearrange the files in his installation like in this distribution and add resolv.conf.
2011-01-14
The 0.3.2, 0.3.3, 0.3.4 source releases of Node.JS all cannot be compiled under Cygwin out of the box. That's why there were no new binary releases. Please submit a patch to the official codebase and force the developers to accept and integrate it :-)
2010-12-16
An experimental Arch Linux PKGBUILD for 0.3.1 is available. It is basically a version from AUR for 0.2.5 patched for node-waf located at different place in the 0.3.x branch. Please test and report.

Older news (since 2010-08-03)

Contact Us

Your feedback is always welcomed.