2
जब मैं vpm.js में Npm रन-वे बना लेता हूं, तो त्रुटि इंटरफ़ेस मिलता है 'NodeRequire' एक साथ प्रकार 'आवश्यकता' का विस्तार नहीं कर सकता
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 …