EddyVerbruggen / nativescript-plugin-firebase

:fire: NativeScript plugin for Firebase
https://firebase.google.com
MIT License
1.01k stars 448 forks source link

Setupscript doesn't run #1819

Open Septias opened 3 years ago

Septias commented 3 years ago

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?

mesuttalebi commented 3 years ago

you have misspell in command,

if you use ns7+ please use below command. ns plugin add @nativescript/firebase

Septias commented 3 years ago

Sadly, that also doesn't execute the script...

Septias commented 3 years ago

Is there maybe a complete template where I don't have to put things together myself?

mesuttalebi commented 3 years ago

is your ns work? do you check ns --version?

eikaramba commented 3 years ago

i experienced the problem. the installation went fine but the setup script is not executed. nothing happens. node v16, windows, using ns7

eikaramba commented 3 years ago

however i was able to run it manually by executing npm run config within the node_modules\@nativescript\firebase folder

Septias commented 3 years ago

yeah I also got that working

mahmoudajawad commented 3 years ago

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