ERROR in C:/phpStudy2018/PHPTutorial/WWW/Tms.Web/node_modules/@types/node/globals.d.ts(139,11):
139:11 Interface 'NodeRequire' cannot simultaneously extend types 'Require' and 'RequireFunction'.
Named property 'cache' of types 'Require' and 'RequireFunction' are not identical.
137 |
138 | // For backwards compability
> 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):
Môi trường của tôi là vue.js + typecript. Tôi không biết nếu tôi có bất kỳ vấn đề nào với cấu hình của tôi hoặc với gói của bên thứ ba Bạn có thể cho tôi một lời khuyên hữu ích Cảm ơn bạn
--save-exact
cờ hoặc bằng cách khácpackage.json
lấy dòng này:"@types/node": "^12.12.22"
thay vì phiên bản chính xác"12.12.22"