#GTS Lint error

1 messages · Page 1 of 1 (latest)

static harbor
#

have you installed the dev dependencies, and the v5.2.0 typescript?

#

run npx tsc -V in project root

silent zenith
#

@fickle bramble Which part are you confused by? eslint is saying it only supports upto TS 5.1.x your package.json is installing TS 5.2.x.

silent zenith
#

You have ~ which means any patch version above the specified version.

#

Sure, maybe there isn't a 5.2.0 version of Typescript.

#

Doing ~5.2.0 is fine.

#

Even if there was a 5.2.0 version that wouldn't fix the warning.

#

SUPPORTED TYPESCRIPT VERSIONS: >=3.3.1 <5.2.0
That's less than 5.2.0: in other words it supports 5.1.something