Когда я npm runbuild в vue.JS получить 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 | 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):
Мое окружение - вю.js + машинопись. Я не знаю, есть ли у меня какие-либо проблемы с моей конфигурацией или со сторонним пакетом Не могли бы вы дать мне несколько полезных советов Спасибо
У вопроса есть решение - Посмотреть?
Ответы - Когда я npm runbuild в vue.JS получить NodeRequire интерфейс ошибка '' не может одновременно расширить типы 'требуют' / When I npm runbuild in vue.js get the error Interface 'NodeRequire' cannot simultaneously extend types 'Require'
Помочь в развитии проекта: