You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to override cross-spawn to version 7.0.5 which is latest.
My package.json looks something like this.
{
"overrides": {
"cross-spawn": "7.0.5"
}
}
When I run this command npm i. I get this error.
npm ERR! code ETARGET
npm ERR! notarget No matching version found for [email protected].
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
Note: I am trying to update the transitive dependency. This package is not being used as direct dependency.
I have tried installing with, doesnt work either
Using node version:
v16.20.1
Trying to override
cross-spawn
to version7.0.5
which is latest.My
package.json
looks something like this.When I run this command
npm i
. I get this error.I have checked that
7.0.5
exists withnpm show cross-spawn versions
Version Logs
Note: I am trying to update the transitive dependency. This package is not being used as direct dependency.
I have tried installing with, doesnt work either
Can someone help on this?
The text was updated successfully, but these errors were encountered: