Issues with NPM Install on a Nuxt3 project
This is probably going to be embarrassingly obvious, but I've spent the last hour and a half trying to fix the issue and can't seem to make any progress.
The first issue relates to installing the dependencies. This, on every attempt, fails with an error stating that it cannot resolve the dependencies error here:
I attempted to adjust the dependencies to accommodate the requested versions but to no avail.
After stripping this specific dependency from the project, it seemed to break something else. The error i get this time states that the module
@intlify/devtools-if
couldn't be found, causing another crash.
I tried to use npm install --force
as a last resort but still had the same issue.2 Replies
I then switched to pnpm just as an insanity check and it succeeded and made it past the dependency check but then i got another error stating that the module
@intlify/devtools-if
couldn't be found, causing another crash.
THis is the full error:
To replicate the issue, clone this repo and then attempt to install npm. You will see the same issue that I am having.
I am more than happy to provide any extra information required to fix the issue.
These are the dependencies:
GitHub
GitHub - afsakar/vcard-portfolio: vCard Portfolio Nuxt 3 Template
vCard Portfolio Nuxt 3 Template. Contribute to afsakar/vcard-portfolio development by creating an account on GitHub.