1
votes

I've cloned the following Github repo to bootstrap my NativeScript application.

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

I now want to run to the following command to add a toast message plugin.

tns plugin add nativescript-toast

However, I get the following error when I run the command.

No project found at or above 'C:\src\angular-seed' and neither was a --path specified.

I've tried running the command from the directory with the package.json file and the "src/client" directory as well.

Does anyone know what I'm doing wrong?

1

1 Answers

1
votes

This repository https://github.com/mgechev/angular-seed support only Angular.

You should be using this repository Angular seed advanced https://github.com/NathanWalker/angular-seed-advanced

To install the plugin:

cd nativescript && tns plugin add nativescript-toast