You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Estou enfrentando um problema ao tentar instalar as dependências do meu projeto Vue.js. Após atualizar o package.json, quando executo npm install, recebo um erro de resolução de dependência envolvendo eslint e @vue/eslint-config-standard.
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: @vue/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/eslint
npm ERR! dev eslint@"^8.0.0" from the root project
npm ERR! peer eslint@"^7.5.0 || ^8.0.0 || ^9.0.0" from @babel/[email protected]
npm ERR! node_modules/@babel/eslint-parser
npm ERR! dev @babel/eslint-parser@"^7.12.16" from the root project
npm ERR! 9 more (@vue/cli-plugin-eslint, eslint-plugin-es, ...)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@"^7.12.1" from @vue/[email protected]
npm ERR! node_modules/@vue/eslint-config-standard
npm ERR! dev @vue/eslint-config-standard@"^6.1.0" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/eslint
npm ERR! peer eslint@"^7.12.1" from @vue/[email protected]
npm ERR! node_modules/@vue/eslint-config-standard
npm ERR! dev @vue/eslint-config-standard@"^6.1.0" from the root project
Já tentei reinstalar utilizando o 'npm install' após excluir as pastas 'node_modules' e 'package-lock.json', já tentei atualizar manualmente as versões, já atualizei manualmente também o arquivo 'package.json'. Já até refiz todo o projeto, mas continuo tendo problemas com a compatibilidade das versões.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Estou enfrentando um problema ao tentar instalar as dependências do meu projeto Vue.js. Após atualizar o
package.json
, quando executonpm install
, recebo um erro de resolução de dependência envolvendoeslint
e@vue/eslint-config-standard
.npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: @vue/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/eslint
npm ERR! dev eslint@"^8.0.0" from the root project
npm ERR! peer eslint@"^7.5.0 || ^8.0.0 || ^9.0.0" from @babel/[email protected]
npm ERR! node_modules/@babel/eslint-parser
npm ERR! dev @babel/eslint-parser@"^7.12.16" from the root project
npm ERR! 9 more (@vue/cli-plugin-eslint, eslint-plugin-es, ...)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@"^7.12.1" from @vue/[email protected]
npm ERR! node_modules/@vue/eslint-config-standard
npm ERR! dev @vue/eslint-config-standard@"^6.1.0" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/eslint
npm ERR! peer eslint@"^7.12.1" from @vue/[email protected]
npm ERR! node_modules/@vue/eslint-config-standard
npm ERR! dev @vue/eslint-config-standard@"^6.1.0" from the root project
Já tentei reinstalar utilizando o 'npm install' após excluir as pastas 'node_modules' e 'package-lock.json', já tentei atualizar manualmente as versões, já atualizei manualmente também o arquivo 'package.json'. Já até refiz todo o projeto, mas continuo tendo problemas com a compatibilidade das versões.
Beta Was this translation helpful? Give feedback.
All reactions