【问题标题】:Unable to create an angular8 Project无法创建 angular8 项目
【发布时间】:2020-08-31 02:05:57
【问题描述】:

''' 在创建 angular8 项目时每次都会出现此错误。我正在使用最新版本的 node、npm 和 cli。我卸载并重新安装了仍然是相同的问题'''

CREATE Editor/e2e/tsconfig.json (299 bytes)
CREATE Editor/e2e/src/app.e2e-spec.ts (639 bytes)
CREATE Editor/e2e/src/app.po.ts (301 bytes)
- Installing packages...
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
npm ERR! Unexpected end of JSON input while parsing near '...m-signature":"-----BE'

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Tomal\AppData\Roaming\npm-cache\_logs\2020-08-31T02_03_49_568Z-debug.log
× Package install failed, see above.
The Schematic workflow failed. See above.

【问题讨论】:

  • 试试这个ng new --skip-install true angular8Project 然后安装模块

标签: angular8


【解决方案1】:

重新安装最新的节点和角度

npm 设置注册表https://registry.npmjs.org/

npm 缓存清理 --force

npm 缓存验证

npm 安装

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2019-03-31
    • 2013-07-28
    • 2020-10-11
    • 2018-05-06
    • 2014-09-03
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多