ERROR in C:/phpStudy2018/PHPTutorial/WWW/Tms.Web/node_modules/@types/node/globals.d.ts(139,11):
139:11 The 'NodeRequire' interface cannot extend both 'Require' and 'RequireFunction' at the same time.
The named property 'cache' in types 'Require' and 'RequireFunction' are not identical.
137 |
138 | // For backwards compatibility
> 139 | interface NodeRequire extends NodeJS.Require {}
| ^
140 | interface RequireResolve extends NodeJS.RequireResolve {}
141 | interface NodeModule extends NodeJS.Module {}
142 |
error in C:/phpStudy2018/PHPTutorial/WWW/Tms.Web/node_modules/@types/node/globals.d.ts
ERROR in C:/phpStudy2018/PHPTutorial/WWW/Tms.Web/node_modules/@types/node/globals.d.ts(139,11):
Currently, I am using vue.js with typescript. If anyone has encountered this issue before or can provide some helpful advice on whether it's a configuration problem or related to a third-party package, please let me know. Thank you!