installLatest
installLatest(
options?):Promise<void>
Defined in: version.ts:99
Parameters
Section titled “Parameters”options?
Section titled “options?”spawnImpl?
Section titled “spawnImpl?”{(command, options?): ChildProcessWithoutNullStreams; (command, options): ChildProcessByStdio<Writable, Readable, Readable>; (command, options): ChildProcessByStdio<Writable, Readable, null>; (command, options): ChildProcessByStdio<Writable, null, Readable>; (command, options): ChildProcessByStdio<null, Readable, Readable>; (command, options): ChildProcessByStdio<Writable, null, null>; (command, options): ChildProcessByStdio<null, Readable, null>; (command, options): ChildProcessByStdio<null, null, Readable>; (command, options): ChildProcessByStdio<null, null, null>; (command, options): ChildProcess; (command, args?, options?): ChildProcessWithoutNullStreams; (command, args, options): ChildProcessByStdio<Writable, Readable, Readable>; (command, args, options): ChildProcessByStdio<Writable, Readable, null>; (command, args, options): ChildProcessByStdio<Writable, null, Readable>; (command, args, options): ChildProcessByStdio<null, Readable, Readable>; (command, args, options): ChildProcessByStdio<Writable, null, null>; (command, args, options): ChildProcessByStdio<null, Readable, null>; (command, args, options): ChildProcessByStdio<null, null, Readable>; (command, args, options): ChildProcessByStdio<null, null, null>; (command, args, options): ChildProcess; }
Returns
Section titled “Returns”Promise<void>