-
-
Notifications
You must be signed in to change notification settings - Fork 64
Description
Hi,
When I have the navigator plugin installed with NeoVim 0.11 I get this error:
Client flow quit with exit code 1 and signal 0 and in the log it shows:
36 verbose stack Error: could not determine executable to run
36 verbose stack at getBinFromManifest (/Users/scott/Library/Application Support/fnm/node-versions/v21.7.3/installation/lib/node_modules/npm/node_modules/libnpmexec/lib/get-bin-from-manifest.js:17:23)
36 verbose stack at exec (/Users/scott/Library/Application Support/fnm/node-versions/v21.7.3/installation/lib/node_modules/npm/node_modules/libnpmexec/lib/index.js:188:15)
36 verbose stack at async module.exports (/Users/scott/Library/Application Support/fnm/node-versions/v21.7.3/installation/lib/node_modules/npm/lib/cli-entry.js:61:5)
37 verbose pkgid [email protected]
If I manually try to run "npx flow" in a shell I get the same error: npm ERR! could not determine executable to run.
Any ideas?