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):
मेरा वातावरण vue.js + टाइपस्क्रिप्ट है। मुझे नहीं पता कि मुझे मेरे कॉन्फ़िगरेशन में या तीसरे पक्ष के पैकेज के साथ कोई समस्या है या नहीं, क्या आप मुझे कुछ उपयोगी सलाह दे सकते हैं धन्यवाद
--save-exact
ध्वज का उपयोग करना चाहिए या अन्यथाpackage.json
इस पंक्ति को प्राप्त करना चाहिए :"@types/node": "^12.12.22"
सटीक संस्करण के बजाय"12.12.22"