Depois que instalei o pacote typescript-plugin-css-modules (no item 4 da aula 3), bagunçou todas as dependências e não roda mais...
Já tentei rodar o comando "npm audit audit fix --force", mas não resolveu.
Qualquer ajuda para resolver isso será muito bem-vinda !
OBS: Tentei colocar todo o retorno do comando acima... e também iria colocar os erros quando se tenta executar o 'npm start', mas o fórum não suporta mensagem com o tamanho necessário para isso
Obrigado,
PS C:\react\alura\alura-studies> npm audit fix --force npm WARN using --force Recommended protections disabled. npm WARN audit No fix available for typescript-plugin-css-modules@* npm WARN audit Updating react-scripts to 2.1.3, which is a SemVer major change. npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: typescript-plugin-css-modules@1.3.1 npm WARN Found: typescript@4.9.4 npm WARN node_modules/typescript npm WARN typescript@"^4.9.4" from the root project npm WARN npm WARN Could not resolve dependency: npm WARN peer typescript@"^3.0.0" from typescript-plugin-css-modules@1.3.1 npm WARN node_modules/typescript-plugin-css-modules npm WARN dev typescript-plugin-css-modules@"^1.3.1" from the root project npm WARN npm WARN Conflicting peer dependency: typescript@3.9.10 npm WARN node_modules/typescript npm WARN peer typescript@"^3.0.0" from typescript-plugin-css-modules@1.3.1 npm WARN node_modules/typescript-plugin-css-modules npm WARN dev typescript-plugin-css-modules@"^1.3.1" from the root project npm WARN deprecated topo@2.0.2: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated npm WARN deprecated kleur@2.0.2: Please upgrade to kleur@3 or migrate to 'ansi-colors' if you prefer the old syntax. Visit https://github.com/lukeed/kleur/releases/tag/v3.0.0\ for migration path(s). npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142 npm WARN deprecated eslint-loader@2.1.1: This loader has been deprecated. Please use eslint-webpack-plugin npm WARN deprecated har-validator@5.1.5: this library is no longer supported npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated npm WARN deprecated hoek@4.2.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). .....
added 1088 packages, removed 660 packages, changed 268 packages, and audited 1955 packages in 2m
96 packages are looking for funding
run npm fund
for details
.....
yargs-parser 6.0.0 - 13.1.1
Severity: moderate
yargs-parser Vulnerable to Prototype Pollution - https://github.com/advisories/GHSA-p9pc-299p-vxgp
fix available via npm audit fix --force
Will install react-scripts@5.0.1, which is a breaking change
node_modules/webpack-dev-server/node_modules/yargs-parser
node_modules/yargs-parser
yargs 8.0.0-candidate.0 - 12.0.5
Depends on vulnerable versions of yargs-parser
node_modules/webpack-dev-server/node_modules/yargs
node_modules/yargs
75 vulnerabilities (12 low, 20 moderate, 37 high, 6 critical)
To address issues that do not require attention, run: npm audit fix
To address all issues possible (including breaking changes), run: npm audit fix --force
Some issues need review, and may require choosing a different dependency.