MCPcopy Index your code
hub / github.com/Waishnav/devspace / nodeVersionStatus

Function nodeVersionStatus

src/cli.ts:357–361  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

355}
356
357function nodeVersionStatus(): string {
358 return satisfies(process.versions.node, SUPPORTED_NODE_RANGE)
359 ? `supported ${SUPPORTED_NODE_RANGE}`
360 : `unsupported, requires ${SUPPORTED_NODE_RANGE}`;
361}
362
363class SetupCancelledError extends Error {}
364

Callers 1

runDoctorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected