【问题标题】:NPM doesn't show me latest version of json-parse-better-errorsNPM 没有显示最新版本的 json-parse-better-errors
【发布时间】:2020-01-10 16:44:10
【问题描述】:

我正在尝试在本地计算机上运行 npx create-react-app,但脚本在尝试安装 json-parse-better-errors 时一直失败。它正在尝试查找版本 1.0.2,根据 https://www.npmjs.com/package/json-parse-better-errors,它是该软件包的最新发布版本。

但是,在运行npm show json-parse-better-errors versions 时,我只得到[ '1.0.0', '1.0.1' ]

为了让 npm 允许我安装 1.0.2,我需要运行哪些内容?

【问题讨论】:

    标签: node.js reactjs npm create-react-app


    【解决方案1】:

    你需要更新你的 npm:npm update

    【讨论】:

    • 是的,我的 npm 来自 Debian testing,更新 7.5.2 => 7.4.0 成功了 ))
    猜你喜欢
    • 2012-08-10
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2016-01-10
    • 1970-01-01
    • 2016-12-09
    • 1970-01-01
    • 2015-09-24
    相关资源
    最近更新 更多