TypeScript: Duplicate identifier 'IteratorResult'

后端 未结 10 1862
无人共我
无人共我 2020-12-15 01:59

I\'m trying to compile via tsc--which I\'ve installed globally--and I\'m getting an error:

~/AppData/R         


        
10条回答
  •  佛祖请我去吃肉
    2020-12-15 03:04

    Found an issue on GitHub - https://github.com/microsoft/TypeScript/issues/32333 which was related. @rbuckton suggested upgrading @types/node. It worked for me.

提交回复
热议问题