Open Septias opened 3 years ago
you have misspell in command,
if you use ns7+ please use below command.
ns plugin add @nativescript/firebase
Sadly, that also doesn't execute the script...
Is there maybe a complete template where I don't have to put things together myself?
is your ns work? do you check ns --version?
i experienced the problem. the installation went fine but the setup script is not executed. nothing happens. node v16, windows, using ns7
however i was able to run it manually by executing npm run config
within the node_modules\@nativescript\firebase
folder
yeah I also got that working
Same here. Thanks to suggestion of @eikaramba, I can continue to work on this.
For reference: node: v15.14.0 npm: v7.7.6 NS CLI: v8.0.2
I tried to use the project in combination with this template: https://github.com/nativescript-vue/vue-cli-template.
First I created the project with Vue cli 2.9.3 and then ran
tns plugin add @nativescript/firebasez
but it didn't execute any script.what can I do now?