Cannot read property 'find' of undefined

Kept getting this error whenever I cloned a Nuxt starter kit. Here's the solution.

This is just a quick post. I kept getting this error while trying to clone a Nuxt starter kit I built. It was saying "Cannot read property 'find' of undefined". I fixed it by running "npm cache verify". Turns out it is a cache bug with NPM. I found the answer in an issue for the NPM github repo. Hope it helps!