我面临下面的错误,我试图清除缓存并安装npm最新,但都对我没有用,我可以知道有什么方法来解决它吗?
> npm install
npm ERR! code ENOLOCAL
npm ERR! Could not install from "node_modulestui-editorsquire-rte@github:seonim-ryuSquire#fd40b4e3020845825701e9689f190bab3f4775d4" as it does not contain a package.json file.
请尝试多次删除节点模块文件夹,然后使用npm install
命令重新安装npm cache clean
删除节点模块后尝试执行此命令