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
Copy file name to clipboardExpand all lines: apps/docs/src/guide/common-errors.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,10 @@ If you see errors like
8
8
> - ERR_DLOPEN_FAILED
9
9
> - Segmentation fault
10
10
11
-
it most likely means that the [isolated-vm](https://github.com/laverdet/isolated-vm) package was built against a different version of Node.js than the one you are using. This can happen if you upgrade Node.js after installing `webcrack`.
11
+
it most likely means that the Node.js version you are using is not compatible with the [isolated-vm](https://github.com/laverdet/isolated-vm) package. This can also happen if you upgrade Node.js after installing `webcrack`.
12
+
See [Requirements](./introduction.md#requirements) for the supported Node.js versions.
12
13
13
-
To fix this, run `npm rebuild isolated-vm` in your project directory or delete the `node_modules/isolated-vm` directory and run `npm install` again.
14
+
A possibly fix is to run `npm rebuild isolated-vm` in your project directory or delete the `node_modules/isolated-vm` directory and run `npm install` again.
14
15
15
16
For Node 20.x and above, disabling snapshots may be necessary:
0 commit comments