While installing firebase using npm install firebase. I am getting the error
npm ERR! Cannot read property 'match' of undefined
I read many posts in StackOverflow saying that deleting the package.json and package-lock.json will solve this problem. But why I am getting this error, what's the reason behind this error?