嘿伙计们我需要一点帮助。我正在安装这些npm包:Npm I express body-parser bcrypt cors dotenv gridfs-stream multer multer-gridfs-storage helmet morgan jsonwebtoken mongoose
然而,我总是得到一个错误,每当我下载它们。这是一个错误,指出:npm ERR!code ERESOLVE npm ERR!ERESOLVE无法解析依赖关系树npm错误!npm错误!解析时:sanab@1.0.0 npm错误!发现:multer@1.4.5-lts.1 npm错误!node_modules/multer npm错误!multer@"^1.4.5-lts.1”from the root project npm ERR!npm错误!无法解析依赖项:npm ERR!peer multer@"^1.4.2”from multer-gridfs-storage@5.0.2 npm ERR!node_modules/multer-gridfs-storage npm错误!multiter-gridfs-storage@"^5.0.2”from the root project npm ERR!npm错误!修复上游依赖冲突,或重试npm错误!使用--force或--legacy-peer-deps npm错误!接受不正确的(并且可能被破坏的)依赖关系解析。
我该怎么办?
我一直在尝试安装这些npm包,但我一直得到的是这个错误消息
1条答案
按热度按时间laik7k3q1#
出于好奇,你有没有试过单独安装每一个?我在过去有过这样的问题,一次安装各种各样的东西,我有错别字和/或下载的问题。
也许你可以找到一个特定的包提供的错误。
祝你好运