nativescript-plugin-firebase icon indicating copy to clipboard operation
nativescript-plugin-firebase copied to clipboard

Setupscript doesn't run

Open Septias opened this issue 4 years ago • 8 comments
trafficstars

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?

Septias avatar May 16 '21 12:05 Septias

you have misspell in command,

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

mesuttalebi avatar May 16 '21 17:05 mesuttalebi

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

Septias avatar May 16 '21 18:05 Septias

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

Septias avatar May 17 '21 13:05 Septias

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

mesuttalebi avatar May 19 '21 14:05 mesuttalebi

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

eikaramba avatar May 20 '21 12:05 eikaramba

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

eikaramba avatar May 20 '21 12:05 eikaramba

yeah I also got that working

Septias avatar May 24 '21 13:05 Septias

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

mahmoudajawad avatar May 24 '21 18:05 mahmoudajawad