You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notable changes:
This release fixes a regression introduced in Node.js 22.5.0. The
problem is known to display the following symptoms:
- Crash with
```
FATAL ERROR: v8::Object::GetCreationContextChecked No creation context available
```
- npm errors with `npm error Exit handler never called!`
- yarn hangs or outputs
```
Usage Error: Couldn't find the node_modules state file - running an install might help (findPackageLocation)
```
PR-URL: #53935
Refs: #53902
Refs: npm/cli#7657
Refs: yarnpkg/berry#6398
Copy file name to clipboardExpand all lines: doc/changelogs/CHANGELOG_V22.md
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@
8
8
</tr>
9
9
<tr>
10
10
<td>
11
+
<ahref="#22.5.1">22.5.1</a><br/>
11
12
<ahref="#22.5.0">22.5.0</a><br/>
12
13
<ahref="#22.4.1">22.4.1</a><br/>
13
14
<ahref="#22.4.0">22.4.0</a><br/>
@@ -43,6 +44,22 @@
43
44
*[io.js](CHANGELOG_IOJS.md)
44
45
*[Archive](CHANGELOG_ARCHIVE.md)
45
46
47
+
<aid="22.5.1"></a>
48
+
49
+
## 2024-07-19, Version 22.5.1 (Current), @richardlau
50
+
51
+
### Notable Changes
52
+
53
+
This release fixes a regression introduced in Node.js 22.5.0. The problem is known to display the following symptoms:
54
+
55
+
* Crash with `FATAL ERROR: v8::Object::GetCreationContextChecked No creation context available`[#53902](https://github.com/nodejs/node/issues/53902)
56
+
* npm errors with `npm error Exit handler never called!`[npm/cli#7657](https://github.com/npm/cli/issues/7657)
57
+
* yarn hangs or outputs `Usage Error: Couldn't find the node_modules state file - running an install might help (findPackageLocation)`[yarnpkg/berry#6398](https://github.com/yarnpkg/berry/issues/6398)
58
+
59
+
### Commits
60
+
61
+
*\[[`e2deeedc6e`](https://github.com/nodejs/node/commit/e2deeedc6e)] - _**Revert**_ "**fs**: add v8 fast api to closeSync" (Aviv Keller) [#53904](https://github.com/nodejs/node/pull/53904)
62
+
46
63
<aid="22.5.0"></a>
47
64
48
65
## 2024-07-16, Version 22.5.0 (Current), @RafaelGSS prepared by @aduh95
0 commit comments