乐趣区

关于npm:解决npm出现的Conflicting-peer-dependencyxxxxxx

这个问题时因为 npm 的 v7 当前的版本都默认装置了 peerDependency,它尽管解决了依赖装置的冗余的问题,但有时也会导致依赖的包版本与各个子项目依赖的包版本互相不兼容,所以装置时要加上 –legacy-peer-deps

npm install xxxx --legacy-peer-deps
退出移动版