rescript-vscode icon indicating copy to clipboard operation
rescript-vscode copied to clipboard

Rewatch is still looking for @rolandpeelen/rewatch path

Open nojaf opened this issue 7 months ago • 0 comments

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 from rescript. Might wanna wait a bit until the v12 rewatch integration settles.

nojaf avatar May 10 '25 07:05 nojaf