I used npm ci
in my local system, and got the error
Cannot read property 'fetchSpec' of undefined
I used npm ci
in my local system, and got the error
Cannot read property 'fetchSpec' of undefined
As npm ci
was failing
I removed package-lock.json
file and did npm i
. Installation was successful