【发布时间】:2019-05-06 08:52:07
【问题描述】:
刚刚将 Angular CLI 重新安装到版本 7.1.1。运行ng new project-name时出现如下错误:
npm WARN deprecated circular-json@0.5.9: CircularJSON is in maintenance only, flatted is its successor.npm ERR! code ERR_STREAM_WRITE_AFTER_END
npm ERR! write after endnpm ERR! A complete log of this run can be found in:npm ERR! C:\Users\[username]\AppData\Roaming\npm-cache\_logs\2018-12-04T20_40_23_399Z-debug.logPackage install failed, see above.
切换到项目目录时,无法提供新的 Angular 应用程序。这个怎么修?
【问题讨论】:
标签: angular npm angular-cli