Is a JavaScript runtime built on Chrome`s V8 JavaScript engine

Node.js (64-bit)

Join our mailing list

Stay up to date with latest software releases, news, software discounts, deals and more.

Subscribe

Node.js 13.7.0 (64-bit)

  -  28.42 MB  -  Open Source
  • Latest Version

    Node.js 22.1.0 (64-bit)

  • Operating System

    Windows XP64 / Vista64 / Windows 7 64 / Windows 8 64 / Windows 10 64

  • User Rating

    Click to vote
  • Author / Product

    Node.js Foundation / External Link

  • Filename

    node-v13.7.0-x64.msi

  • MD5 Checksum

    7332db25c3bf593c06c576e1789d9ff9

Sometimes latest versions of the software can cause issues when installed on older devices or devices running an older version of the operating system. Software makers usually fix these issues but it can take them some time. What you can do in the meantime is to download and install an older version of Node.js 13.7.0 (64-bit).


For those interested in downloading the most recent release of Node.js (64-bit) or reading our review, simply click here.


All old versions distributed on our website are completely virus-free and available for download at no cost.


We would love to hear from you

If you have any questions or ideas that you want to share with us - head over to our Contact page and let us know. We value your feedback!

  • Node.js 13.7.0 (64-bit) Screenshots

    The images below have been resized. Click on them to view the screenshots in full size.

    Node.js 13.7.0 (64-bit) Screenshot 1
  • Node.js 13.7.0 (64-bit) Screenshot 2
  • Node.js 13.7.0 (64-bit) Screenshot 3
  • Node.js 13.7.0 (64-bit) Screenshot 4

What's new in this version:

deps:
- upgrade to libuv 1.34.1
- upgrade npm to 6.13.6

module:
- add API for interacting with source maps
- loader getSource, getFormat, transform hooks
- logical conditional exports ordering
- unflag conditional exports

process:
- allow monitoring uncaughtException

Commits:
- async_hooks: remove internal only error checking
- benchmark: add default type in getstringwidth.js
- benchmark: benchmarking impacts of async hooks on promises
- build: remove enable_vtune from vcbuild.bat
- build: add vs2019 to vcbuild.bat help
- build: fix macos runner type in GitHub Action
- build: fix step name in GitHub Actions workflow
- build: add GitHub actions to run linters
- build: silence OpenSSL Windows compiler warnings
- build: silence c-ares Windows compiler warnings
- build: test Python 3 using GitHub Actions-based CI
- build: avoid using CMP for BZ2File
- child_process: remove unnecessary use of inner state
- deps: V8: cherry-pick d89f4ef1cd62
- deps: V8: cherry-pick b9d33036e9a8
- deps: upgrade to libuv 1.34.1
- deps: upgrade npm to 6.13.6
- deps: deactivate failing tests corresponding to experimental features
- doc: add missing code formatting in vm.md
- doc: standardize on "host name" in url.md
- doc: standardize on "host name" in tls.md
- doc: standardize on "host name" in os.md
- doc: standardize on "host name" in net.md
- doc: standardize on "host name" in https.md
- doc: standardize on "host name" in http2.md
- doc: standardize on "host name" in fs.md
- doc: standardize on "host name" in errors.md
- doc: standardize on "host name" in dgram.md
- doc: standardize on "host name" in deprecations.md
- doc: standardize on "host name" in async_hooks.md
- doc: fix a code example in crypto.md
- doc: add an example for util.types.isExternal
- doc: fix example of parsing request.url
- doc: document readline key bindings
- doc: improve doc v8.getHeapSpaceStatistics() 'GetHeapSpaceStatistics'
- doc: update README to make Node.js description clearer
- doc: fix a code example in zlib.md
- doc: add GeoffreyBooth to collaborators
- doc: update description of External
- doc: rename iterator to iterable in examples
- doc: fix stream async iterator sample
- doc: correct filehandle.[read|write|append]File()
- doc: prefer server vs srv and client vs clt
- doc: explain native external types
- doc,src: clarify that one napi_env is per-module
- errors: remove dead code in ERR_INVALID_ARG_TYPE
- fs: add missing HandleScope to FileHandle.close
- fs: use async writeFile in FileHandle#appendFile
- http2: skip creating native ShutdownWrap
- lib: replace BigInt64Array global by the primordials
- lib: add Uint16Array primordials
- lib: add RegExp primordials
- lib: replace Float32Array global by the primordials
- lib: replace BigUInt64Array global by the primordials
- lib,tools,test: remove custom number-isnan rule
- module: fix check exports issue in cjs module loading
- (SEMVER-MINOR) module: unflag conditional exports
- (SEMVER-MINOR) module: add API for interacting with source maps
- module: logical conditional exports ordering
- module: loader getSource, getFormat, transform hooks
- n-api: return napi_invalid_arg on napi_create_bigint_words
- (SEMVER-MINOR) n-api: add napi_get_all_property_names
- (SEMVER-MINOR) process: allow monitoring uncaughtException
- readline: improve unicode support and tab completion
- readline: move charLengthLeft() and charLengthAt()
- readline: improve getStringWidth()
- readline,repl: support tabs properly
- readline,repl: improve history up/previous
- readline,repl: skip history entries identical to the current line
- readline,repl: add substring based history search
- repl: do not preview while pasting code
- repl: fix preview cursor position
- repl: change preview default in case of custom eval functions
- repl: activate previews for lines exceeding the terminal columns
- repl: improve preview length calculation
- repl,readline: clean up code
- src: fix performance regression in node_file.cc
- src: use uv_guess_handle() to detect TTYs
- src: include uv.h in node_binding header
- src: change GetStringWidth's expand_emoji_sequence option default
- src: improve GetColumnWidth performance
- src: fix -Wbraced-scalar-init warning
- src: add build Github Action
- src: remove node::InitializeV8Platform()
- src: remove uses of node::InitializeV8Platform()
- src: clean up large_pages code
- stream: fix async iterator destroyed error propagation
- stream: simplify push
- stream: clean up definition using defineProperties
- stream: replace Function.prototype with primordial
- stream: sync stream unpipe resume
- test: stricten readline keypress failure test condition
- test: allow disabling crypto tests
- test: add repl tests to verify unicode support in previews
- test: fix recursive rm test to actually use tmpdir
- test: check that --insecure-http-parser works
- test: remove unused symlink loop
- test: prefer server over srv
- test: fix unit test logging with python3
- test,module: add test for exports cjs loader check
- tools: remove obsolete dependencies
- tools: update remark-preset-lint-node to 1.12.0
- tools: update JSON header parsing for backticks
- tools: ensure consistent perms of signed release files
- tools: add clang-tidy rule in src
- util: add todo comments for inspect to add unicode support
- (SEMVER-MINOR) vm: add code cache support for SourceTextModule
- wasi: improve use of primordials
- win: change to use Python in install tool

Join our mailing list

Stay up to date with latest software releases, news, software discounts, deals and more.

Subscribe