What I did:
nvm use
to use node v14.17.6 (npm v6.14.15) then npm install
npm install
againAfter steps 2 and 3, for some dependencies package-lock.json, npmjs changed to yarnpkg.
Questions:
try this -
npm cache clear - -force
npx rimraf ./**/node_modules
del package-lock.json
now run npm install
again