Just check your preinstall scripts if you have one. Sometimes to restrict the versions of node
and npm
one needs to run a project.
If that's the case you need to install semver
manually via npm install -g semver
Just check your preinstall scripts if you have one. Sometimes to restrict the versions of node
and npm
one needs to run a project.
If that's the case you need to install semver
manually via npm install -g semver