无法在 Next JS 上安装包

Unable to install a package on Next JS

我一直在尝试通过输入 npm install --save styled-components 在 Next JS 上安装 styled-components 但它一直给我这个错误...

npm ERR! Unexpected end of JSON input while parsing near '...ry.npmjs.org/fork-ts-'

请问有人能帮帮我吗?

尝试使用以下命令清理 npm 缓存 运行:

npm cache clean --force