I use node.js 18.12.0 and npm 8.19.2 and when I run npm install
this error is shown:
I can run it with --force
but dependency tree problem will happen.
I use node.js 18.12.0 and npm 8.19.2 and when I run npm install
this error is shown:
I can run it with --force
but dependency tree problem will happen.
try installing dependendies with yarn
npm install -g yarn
then just do
yarn install