nx-examples icon indicating copy to clipboard operation
nx-examples copied to clipboard

Packages outdated and some depwendencies not working

Open frederic-thibault opened this issue 1 year ago • 1 comments

It is not possible to npm i. Some package are not available anymore. If I update those packages, some depedencies are not working. Thanks.

frederic-thibault avatar Aug 03 '23 19:08 frederic-thibault

for now you could try npm install --save --legacy-peer-deps https://stackoverflow.com/questions/64573177/unable-to-resolve-dependency-tree-error-when-installing-npm-packages

BasirAventuro avatar Aug 11 '23 10:08 BasirAventuro