I am trying to run npm install --legacy-peer-deps
but got some error.
here is the error:
Error: Error on worker #1: Error: Debug Failure. Unhandled SyntaxKind: Unknown.
at pipelineEmitWithHintWorker (portal/node_modules/typescript/lib/typescript.js:113076:22)
Also I added a log on this line typescript.js:113076:22
console.log(node, node.kind)
ts.Debug.fail("Unhandled SyntaxKind: ".concat(ts.Debug.formatSyntaxKind(node.kind), "."));
the output is
t undefined
I think it might be a node version issue, but not sure what is happening, if anyone can help, I am very appreciated. Let me know if anymore infomation need to be provided.