gpt4 book ai didi

ios - 找不到模块 'simple-plist'

转载 作者:行者123 更新时间:2023-12-01 18:37:55 25 4
gpt4 key购买 nike

我有一个 Ionic Cordova 应用程序,最近开始出现此错误:

(node:1897) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: Cannot find module 'simple-plist'

我做了什么:
  • 移除 ios 并重新添加
  • 删除了 Cordova 并重新添加了
  • 删除 ionic 并重新添加
  • 删除了 node_modules 并重新添加了

  • 它仅作为 cordova-ios 的依赖项出现在 package-lock.json 中.
    "simple-plist": {
    "version": "0.2.1",
    "bundled": true,
    "requires": {
    "bplist-creator": "0.0.7",
    "bplist-parser": "0.1.1",
    "plist": "2.0.1"
    },
    "dependencies": {
    "base64-js": {
    "version": "1.1.2",
    "bundled": true
    },
    "plist": {
    "version": "2.0.1",
    "bundled": true,
    "requires": {
    "base64-js": "1.1.2",
    "xmlbuilder": "8.2.2",
    "xmldom": "0.1.27"
    }
    },
    "xmlbuilder": {
    "version": "8.2.2",
    "bundled": true
    }
    }
    },

    ...
    "xcode": {
    "version": "0.9.3",
    "bundled": true,
    "requires": {
    "pegjs": "0.10.0",
    "simple-plist": "0.2.1",
    "uuid": "3.0.1"
    }
    },

    最佳答案

    在尝试了您给出的建议后,我在重新添加 ios 平台时收到了同样的错误。我可以通过运行以下命令来修复它

    npm install simple-plist

    关于ios - 找不到模块 'simple-plist',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48688529/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com