プレイグラウンド、サンドボックス、使い捨てスクリプト置き場
0

Configure Feed

Select the types of activity you want to include in your feed.

update Node.js v20 -> 24

Kohei Watanabe (Nov 13, 2025, 9:15 PM +0900) 2db87b25 49a03ba7

+10 -9
+9 -8
node-sea/README.md
··· 6 6 $ npx postject hello NODE_SEA_BLOB sea-prep.blob --sentinel-fuse NODE_SEA_FUSE_fce680ab2cc467b6e072b8b5df1996b2 7 7 $ ./hello 8 8 Hello, undefined! 9 - (node:918684) ExperimentalWarning: Single executable application is an experimental feature and might change at any time 9 + (node:83987) ExperimentalWarning: Single executable application is an experimental feature and might change at any time 10 10 (Use `hello --trace-warnings ...` to show where the warning was created) 11 11 ``` 12 + 13 + https://nodejs.org/api/single-executable-applications.html#single-executable-applications 12 14 13 15 ## Environment 14 16 ··· 16 18 $ npx envinfo --system --binaries 17 19 18 20 System: 19 - OS: Linux 6.2 Ubuntu 22.04.3 LTS 22.04.3 LTS (Jammy Jellyfish) 21 + OS: Linux 6.8 Ubuntu 24.04.3 LTS 24.04.3 LTS (Noble Numbat) 20 22 CPU: (12) x64 13th Gen Intel(R) Core(TM) i7-1365U 21 - Memory: 19.25 GB / 31.00 GB 23 + Memory: 22.30 GB / 31.00 GB 22 24 Container: Yes 23 - Shell: 5.1.16 - /bin/bash 25 + Shell: 5.2.21 - /bin/bash 24 26 Binaries: 25 - Node: 20.5.1 - /usr/bin/node 26 - Yarn: 1.22.19 - ~/.local/bin/yarn 27 - npm: 9.8.0 - /usr/bin/npm 28 - pnpm: 8.6.2 - ~/.local/bin/pnpm 27 + Node: 24.11.1 - /usr/bin/node 28 + Yarn: 1.22.22 - ~/.local/bin/yarn 29 + npm: 11.0.0 - ~/.local/bin/npm 29 30 ```
node-sea/hello.js node-sea/hello.ts
+1 -1
node-sea/sea-config.json
··· 1 1 { 2 - "main": "hello.js", 2 + "main": "hello.ts", 3 3 "output": "sea-prep.blob" 4 4 }