- c - 在位数组中找到第一个零
- linux - Unix 显示有关匹配两种模式之一的文件的信息
- 正则表达式替换多个文件
- linux - 隐藏来自 xtrace 的命令
刚刚将 Angular CLI 重新安装到版本 7.1.1。运行ng new project-name
时,出现如下错误:
npm WARN deprecated circular-json@0.5.9:CircularJSON 仅在维护中,它的继任者被扁平化了。
npm 错误!代码 ERR_STREAM_WRITE_AFTER_END
npm 错误!结束后写入
npm 错误!可以在以下位置找到此运行的完整日志:
npm 错误! C:\Users\[用户名]\AppData\Roaming\npm-cache\_logs\2018-12-04T20_40_23_399Z-debug.log
包安装失败,见上文。
当切换到项目目录时,无法提供新的 Angular 应用程序。如何修复?
最佳答案
您应该查看错误详细信息。
npm WARN deprecated circular-json@0.5.9: CircularJSON is in maintenance
only, flatted is its successor.
根据它,circular-json@0.5.9 已被弃用。你应该使用 flatted .一个超轻 (0.5K) 和快速循环 JSON 解析器,直接来自 CircularJSON 的创建者。 CircularJSON 的 future 被称为扁平化。
Smaller, faster, and able to produce on average a reduced output too, flatted is the new, bloatless, ESM and CJS compatible, circular JSON parser.
安装它使用:npm i flatted
关于由于 CircularJSON,Angular CLI 7 新项目失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53621239/
刚刚将 Angular CLI 重新安装到版本 7.1.1。运行ng new project-name时,出现如下错误: npm WARN deprecated circular-json@0.5.9
我是一名优秀的程序员,十分优秀!