在节点项目中安装 'concurrently' 时出现问题

Problem with installing 'concurrently' in node project

我正在尝试同时安装,但遇到了这个问题

PS D:\devconnector> npm i concurrently
npm ERR! Unexpected end of JSON input while parsing near '...TURE-----\r\nVersion:'

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\baner\AppData\Roaming\npm-cache\_logs20-04-24T08_55_51_704Z-debug.log

这似乎是一个缓存问题。您可以使用以下命令清除 npm 缓存并尝试重新安装该软件包。

npm cache clean --force
npm i concurrently