npm ERR! While resolving: demo8@8.1.5
npm ERR! Found: @popperjs/core@2.11.5
npm ERR! node_modules/@popperjs/core
npm ERR! @popperjs/core@"2.11.5" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @popperjs/core@"^2.11.6" from bootstrap@5.2.2
npm ERR! node_modules/bootstrap
npm ERR! bootstrap@"5.2.2" from the root project
npm ERR!
Changing dependency from
"@popperjs/core": "2.11.5",
to
"@popperjs/core": "^2.11.5",
fixes the issue.
this worked thanks.
npm install --force fixed the issue for me
This Worked me fine.. Thanks
i have same error
I have the same issue
npm 8.19.2
node 18.12.0
Hi Hosam,
Thank you for contacting our support.
Could you please specify which node and npm versions are you using?
Regards,
Lauris Stepanovs,
Keenthemes Support Team
node version 16.17.0
npm version 8.17.0
Hi,
I am using the same node and npm versions.
Try to delete node_modules, yarn.lock, package-lock.json then run npm install or <strong =>yarn command again.
Regards,
Lauris Stepanovs,
Keenthemes Support Team
I have exactly the same problem with the .NET solution (https://preview.keenthemes.com/asp.net-core/metronic/docs/getting-started). I'm using npm 8.19.2 and node 16.18.0.
I can't delete the node_modules, yarn.lock, package-lock.json files because I don't have them since I never built the project before.
What else could I try? Thank you!
I have the same issue trying to build Demo 1 /Vue. I have never built the project, but get the same error.
Node v16.18.0
npm 8.19.2