Scott Aslan created NIFI-13658:
----------------------------------
Summary: Eslint warnings in console
Key: NIFI-13658
URL: https://issues.apache.org/jira/browse/NIFI-13658
Project: Apache NiFi
Issue Type: Sub-task
Reporter: Scott Aslan
Assignee: Scott Aslan
Running `npx nx lint nifi` developers see:
NX Falling back to ts-node for local typescript execution. This may be a little
slower. - To fix this, ensure @swc-node/register and @swc/core have been
installed > nx run nifi:lint (node:98164) [DEP0180] DeprecationWarning:
fs.Stats constructor is deprecated. (Use `node --trace-deprecation ...` to show
where the warning was created) Linting "nifi"... ============= WARNING: You are
currently running a version of TypeScript which is not officially supported by
@typescript-eslint/typescript-estree. You may find that it works just fine, or
you may not. SUPPORTED TYPESCRIPT VERSIONS: >=4.3.5 <5.4.0 YOUR TYPESCRIPT
VERSION: 5.4.5 Please only submit bug reports when using the officially
supported version. =============
--
This message was sent by Atlassian Jira
(v8.20.10#820010)