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?