NativeScript - 如何将插件添加到 "angular-seed" 模板

NativeScript - How to add plugin to "angular-seed" template

我已将以下 Github 存储库克隆到 bootstrap 我的 NativeScript 应用程序。

https://github.com/mgechev/angular-seed

我现在想运行下面的命令添加toast消息插件

tns plugin add nativescript-toast

但是,当我 运行 命令时出现以下错误。

在 'C:\src\angular-seed' 或以上找不到项目,也没有指定 --path。

我已经尝试 运行从包含 package.json 文件和 "src/client" 目录的目录中执行命令。

有人知道我做错了什么吗?

此存储库 https://github.com/mgechev/angular-seed 仅支持 Angular。

您应该使用此存储库 Angular 高级种子 https://github.com/NathanWalker/angular-seed-advanced

安装插件:

cd nativescript && tns plugin add nativescript-toast