Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/webextensions/experiments-with-latest-node-js

Experiments with latest version of Node.js
https://github.com/webextensions/experiments-with-latest-node-js

Last synced: about 2 months ago
JSON representation

Experiments with latest version of Node.js

Awesome Lists containing this project

README

        

# experiments-with-latest-node-js
Experiments with latest version of Node.js.

# Install Node.js nightly

Ref: https://github.com/nvm-sh/nvm/issues/1053#issuecomment-281178829

```sh
$ NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly nvm ls-remote

$ NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly nvm install
For example:
$ NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly nvm install v23.0.0-nightly20240730890760b8e5
```

Run the script:
```sh
$ npm start

$ ./index.ts

$ NODE_NO_WARNINGS=1 node --experimental-strip-types index.ts
```