While attempting to incorporate axios into my project, I used the command below:
npm install axios
However, an error has been persistently popping up:
npm ERR! Unexpected end of JSON input while parsing near '...devDependencies":{"co'
npm ERR! A complete log of this run can be found in:
npm ERR! /home/kelvin/.npm/_logs/2021-03-10T05_51_34_276Z-debug.log
I'm puzzled by what could be causing this issue. Any insights?