Région de recherche :

Date :

https://nodejs.org › en › blog › release › v18.1.0

Node.js — Node v18.1.0 (Current)

Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. Notable Changes [c46e7bbf69] - doc: add @kuriyosh to collaborators (Yoshiki Kurihara) #42824[b0f7c4c8f9] - (SEMVER-MINOR) lib,src: implement WebAssembly Web API (Tobias Nießen) #42701[78a860ae58] - (SEMVER-MINOR) test_runner: add initial CLI runner (Colin Ihrig) #42658

https://nodejs.org › en › blog › announcements › v18-release-announce

Node.js — Node.js 18 is now available!

We’re excited to announce that Node.js 18 was released today! Highlights include the update of the V8 JavaScript engine to 10.1, global fetch enabled by default, and a core test runner module. Initially, Node.js 18 will replace Node.js 17 as our ‘Current’ release line.

Node.js — Node.js 18 is now available!

https://github.com › nodejs › node › releases

Releases · nodejs/node · GitHub

New JS API for compile cache. This release adds a new API module.enableCompileCache() that can be used to enable on-disk code caching of all modules loaded after this API is called. Previously this could only be enabled by the NODE_COMPILE_CACHE environment variable, so it could only set by end-users. This API allows tooling and library authors ...

Releases · nodejs/node · GitHub

https://nodesource.com › blog › 11-features-nodeJS-18-to-try

11 Features in Node.js 18 you need to try - NodeSource

Details of Node.js 18 new features, including fetch API and test runner, along with V8 JavaScript engine 10.1 features, and more...

11 Features in Node.js 18 you need to try - NodeSource

https://stackoverflow.com › questions › 76318653 › how-can-i-install-node-js-version-18-on...

How can I install Node.js version 18 on Ubuntu 22.04?

sudo apt autoremove. sudo apt install nodejs. The first line gets rid of the nodeJS v12. The second gets rid of packages that it required and are no longer needed, and which get in the way of installing the new nodejs. Finally: assuming that you have the PPA from nodesource, you can install nodejs version 18.

https://nodejs.org › en › blog › release › v18.18.0

Node.js — Node v18.18.0 (LTS)

Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.

https://docs.npmjs.com › downloading-and-installing-node-js-and-npm

Downloading and installing Node.js and npm - npm Docs

We do not recommend using a Node installer, since the Node installation process installs npm in a directory with local permissions and can cause permissions errors when you run npm packages globally. Note: to download the latest version of npm, on the command line, run the following command: npm install -g npm.

https://dev.nodejs.cn › blog › announcements › v18-release-announce

Node.js 18 is now available! - Run JavaScript Everywhere.

We’re excited to announce that Node.js 18 was released today! Highlights include the update of the V8 JavaScript engine to 10.1, global fetch enabled by default, and a core test runner module. Initially, Node.js 18 will replace Node.js 17 as our ‘Current’ release line.