0

I used npm ci in my local system, and got the error

Cannot read property 'fetchSpec' of undefined
Akshay Vijay Jain
  • 13,461
  • 8
  • 60
  • 73

1 Answers1

0

As npm ci was failing
I removed package-lock.json file and did npm i. Installation was successful

Akshay Vijay Jain
  • 13,461
  • 8
  • 60
  • 73