vue-input-code
vue-input-code copied to clipboard
npm install vue-input-code --save 报错
拒绝在软件包下安装名为“vue-input-code”的软件包 错误的ERR! 也称为“vue-input-code”。 你的项目名称是否相同? 错误的ERR! 作为您正在安装的依赖项?
@cjh1129434866 可以试着删除node_modules文件夹rm -rf ./node_modules
然后使用yarn重新安装.
@cjh1129434866 可以试着删除node_modules文件夹
rm -rf ./node_modules然后使用yarn重新安装.
好的 谢谢