Function: fetchLatestVersion()¶
fetchLatestVersion():
Promise\<string|null>
Defined in: cli/src/utils/version-check.ts:94
Fetch the latest version from npm registry. Returns null on any network error.
Returns¶
Promise\<string | null>
fetchLatestVersion():
Promise\<string|null>
Defined in: cli/src/utils/version-check.ts:94
Fetch the latest version from npm registry. Returns null on any network error.
Promise\<string | null>