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):
Moje środowisko to vue.js + maszynopis. Nie wiem, czy mam jakiekolwiek problemy z konfiguracją lub pakietem innej firmy. Czy możesz udzielić mi przydatnych porad. Dziękuję
typescript
vue.js
webpack
LiJing
źródło
źródło
--save-exact
flagi lub w inny sposób uzyskaćpackage.json
tę linię:"@types/node": "^12.12.22"
zamiast dokładnej wersji"12.12.22"
Myślę, że lepiej jest wykluczyć
@types
definicje z kompilacji: https://stackoverflow.com/a/57113847/1704895To niesamowite proste (tsconfig.json):
źródło