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
fix: Workaround for broken symlink dereferencing in Node 22.17.0 and 22.17.1
6
+
7
+
The `dereference: true` option in `fs.cpSync()` is broken on version 22.17.0 and 22.17.1. This fix will do it manually for the binaries in `node_modules/.bin`.
8
+
9
+
Issue in Node: https://github.com/nodejs/node/issues/59168
0 commit comments