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
<ref *1> Error: spawnSync /Users/nojaf/Projects/snake/node_modules/@rolandpeelen/rewatch/rewatch ENOENT
at Object.spawnSync (node:internal/child_process:1123:20)
at spawnSync (node:child_process:892:24)
at Object.execFileSync (node:child_process:935:15)
at Object.func (node:electron/js2c/node_init:2:2559)
at /Users/nojaf/.cursor/extensions/chenglou92.rescript-vscode-1.63.8/server/out/cli.js:37:3596
at new Promise ()
at Kv (/Users/nojaf/.cursor/extensions/chenglou92.rescript-vscode-1.63.8/server/out/cli.js:37:2740)
at Ch (/Users/nojaf/.cursor/extensions/chenglou92.rescript-vscode-1.63.8/server/out/cli.js:37:6082)
at Qv (/Users/nojaf/.cursor/extensions/chenglou92.rescript-vscode-1.63.8/server/out/cli.js:37:5366)
at Dh (/Users/nojaf/.cursor/extensions/chenglou92.rescript-vscode-1.63.8/server/out/cli.js:42:573) {
errno: -2,
code: 'ENOENT',
syscall: 'spawnSync /Users/nojaf/Projects/snake/node_modules/@rolandpeelen/rewatch/rewatch',
path: '/Users/nojaf/Projects/snake/node_modules/@rolandpeelen/rewatch/rewatch',
We will need to update that path to also support rewatch from rescript.
Might wanna wait a bit until the v12 rewatch integration settles.
The text was updated successfully, but these errors were encountered:
In the incremental logs I noticed:
<ref *1> Error: spawnSync /Users/nojaf/Projects/snake/node_modules/@rolandpeelen/rewatch/rewatch ENOENT
at Object.spawnSync (node:internal/child_process:1123:20)
at spawnSync (node:child_process:892:24)
at Object.execFileSync (node:child_process:935:15)
at Object.func (node:electron/js2c/node_init:2:2559)
at /Users/nojaf/.cursor/extensions/chenglou92.rescript-vscode-1.63.8/server/out/cli.js:37:3596
at new Promise ()
at Kv (/Users/nojaf/.cursor/extensions/chenglou92.rescript-vscode-1.63.8/server/out/cli.js:37:2740)
at Ch (/Users/nojaf/.cursor/extensions/chenglou92.rescript-vscode-1.63.8/server/out/cli.js:37:6082)
at Qv (/Users/nojaf/.cursor/extensions/chenglou92.rescript-vscode-1.63.8/server/out/cli.js:37:5366)
at Dh (/Users/nojaf/.cursor/extensions/chenglou92.rescript-vscode-1.63.8/server/out/cli.js:42:573) {
errno: -2,
code: 'ENOENT',
syscall: 'spawnSync /Users/nojaf/Projects/snake/node_modules/@rolandpeelen/rewatch/rewatch',
path: '/Users/nojaf/Projects/snake/node_modules/@rolandpeelen/rewatch/rewatch',
We will need to update that path to also support
rewatch
fromrescript
.Might wanna wait a bit until the v12 rewatch integration settles.
The text was updated successfully, but these errors were encountered: