【发布时间】: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