gpt4 book ai didi

angular - Nativescript 共享代码 - 要求 - angular9 不起作用

转载 作者:行者123 更新时间:2023-12-03 19:10:03 25 4
gpt4 key购买 nike

会不会是“共享代码”与最新的 Angular-Cli 9 格格不入?
我得到这个命令:

ng new MyApp --collection @ nativescript / schematics --shared --sample
以下错误消息:
npm WARN 已弃用 fsevents@1.2.13:fsevents 1 将在节点 v14+ 上中断,并且可能使用不安全的二进制文件。升级到 fsevents 2。
npm WARN 已弃用 resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
npm 错误!代码 ETARGET
npm 错误! notarget 找不到与@angular/http@~9.1.0 匹配的版本。
npm 错误! notarget 在大多数情况下,您或您的依赖项之一正在请求
npm 错误! notarget 不存在的包版本。
npm 错误!没有目标
npm 错误! notarget 它被指定为“CommunityPlanner”的依赖项
npm 错误!没有目标
npm 错误!可以在以下位置找到此运行的完整日志:
npm 错误! C:\Users\patri\AppData\Roaming\npm-cache_logs\2020-06-21T09_33_18_448Z-debug.log
× 包安装失败,见上。
原理图工作流失败。看上面。

最佳答案

这是目前 nativescript 依赖蓝图的一个问题。
来源:https://github.com/NativeScript/nativescript-schematics/issues/278
@angular/http 已弃用并且没有版本 9,http 库在 @angular/common 中。
解决方法:
运行后ng new MyApp --collection @nativescript/schematics --shared --sample ,您的项目文件夹应该被创建。
转到项目文件夹中的 package.json

  • 删除 @angular/http 在“依赖项”下
  • 更改 "@nativescript/schematics": "~2.0.0" "@nativescript/schematics": "~9.0.0"在“devDependencies”下
  • 关于angular - Nativescript 共享代码 - 要求 - angular9 不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62496840/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com