davidroyer / nuxt-ssr-firebase

Nuxt.js Universal App with SSR via Firebase Functions and Firebase Hosting
https://nuxtssrfire.firebaseapp.com/
278 stars 62 forks source link

Setup error #6

Closed kkitay closed 6 years ago

kkitay commented 6 years ago

after setting up an app and beginning to add packages, I get an error from the setup process that is trying to recreate the .firebaserc file.

$ yarn add bulma
yarn add v1.3.2
[1/4] 🔍  Resolving packages...
[2/4] 🚚  Fetching packages...
[3/4] 🔗  Linking dependencies...
[4/4] 📃  Building fresh packages...
success Saved lockfile.
success Saved 1 new dependency.
└─ bulma@0.6.2
$ yarn setup
yarn run v1.3.2
$ yarn setup:client && yarn setup:firebase && yarn setup:server
$ cd "src" && yarn install
warning package.json: No license field
warning nuxt-ssr-firebase-source: No license field
[1/4] 🔍  Resolving packages...
success Already up-to-date.
$ mv .setup-firebaserc .firebaserc
mv: .setup-firebaserc: No such file or directory
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
davidroyer commented 6 years ago

@kkitay

Thanks for letting me know. It's not updated with a fix for this.

Also, you're probably going to want to cd into the src folder and install Bulma from there.