MCPcopy Create free account
hub / github.com/Snapchat/Valdi / cannotFindNodeBinary

Function cannotFindNodeBinary

valdi/vscode_debugger/src/dap/errors.ts:113–121  ·  view source on GitHub ↗
(attemptedPath: string)

Source from the content-addressed store, hash-verified

111 );
112
113export const cannotFindNodeBinary = (attemptedPath: string) =>
114 createUserError(
115 localize(
116 'runtime.node.notfound',
117 'Can\'t find Node.js binary "{0}". Make sure Node.js is installed and in your PATH, or set the "runtimeExecutable" in your launch.json',
118 attemptedPath,
119 ),
120 ErrorCodes.CannotFindNodeBinary,
121 );
122
123export const nodeBinaryOutOfDate = (readVersion: string, attemptedPath: string) =>
124 createUserError(

Callers 2

resolveAndValidateMethod · 0.90
getVersionTextMethod · 0.90

Calls 1

createUserErrorFunction · 0.85

Tested by

no test coverage detected