2
respostas

Erro de dependencias

Ola, estou com um problema, no terminal desde o comeco do projeto sempre esta aparecendo que tenho muitas vunerabilidades e pedindo para dar um fix --force , nas 2 primeiras vezes deu certo, mas nesta ultima aula nao esta funcionando, ate dei um git clone no projeto da aula pra ver se nao fui eu que fiz algo de errado, porem continua com o mesmo problema.

O que aparece para mim e isto: Manually installing incompatible versions is known to cause hard-to-debug issues.

If you would prefer to ignore this check, add SKIP_PREFLIGHT_CHECK=true to an .env file in your project. That will permanently disable this message but you might encounter other issues.

To fix the dependency tree, try following the steps below in the exact order:

  1. Delete package-lock.json (not package.json!) and/or yarn.lock in your project folder.
  2. Delete node_modules in your project folder.
  3. Remove "babel-jest" from dependencies and/or devDependencies in the package.json file in your project folder.
  4. Run npm install or yarn, depending on the package manager you use.

In most cases, this should be enough to fix the problem. If this has not helped, there are a few other things you can try:

  1. If you used npm, install yarn (http://yarnpkg.com/) and repeat the above steps with it instead. This may help because npm has known issues with package hoisting which may get resolved in future versions.

  2. Check if C:\Users\13235\node_modules\babel-jest is outside your project directory. For example, you might have accidentally installed something in your home folder.

  3. Try running npm ls babel-jest in your project folder. This will tell you which other package (apart from the expected react-scripts) installed babel-jest.

If nothing else helps, add SKIP_PREFLIGHT_CHECK=true to an .env file in your project. That would permanently disable this preflight check in case you want to proceed anyway.

P.S. We know this message is long but please read the steps above :-) We hope you find them helpful!

Eu ia tentar a primeira forma agora de adicionar o comando no .Env, mas como deletamos no inicio do projeto, dai nao tive muita escolha.

Gostaria de saber o que posso fazer e principalmente o pq este erro ocorre ( para evitar no futuro)

Muito obrigado :D

2 respostas

Qual é o seu sistema operacional? pode ser só erro de versão de Npm que não bate com os outros recursos instalados estou utilizando ( npm 8.11.0 com o node v16.15.1 e eslint v5.6.0) e está ok. Verifique também se você criou um repositório dentro de outro repositório...:).

Bom dia,

Estou usando o Windows 10 de S.O. ja o npm estava no 8.2 ( porem ja atualizei para 8.19.2 ) e o ESLint esta "eslint": "^8.24.0".

Porem ainda sim continua a mesma coisa, sobre ter instalado algo, acredito que nao pois tive o mesmo problema no meu projeto e no projeto q dei git clone tambem.