Skip to content
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.

Nothing but failure =( #6

Closed
trusktr opened this issue Sep 9, 2017 · 3 comments
Closed

Nothing but failure =( #6

trusktr opened this issue Sep 9, 2017 · 3 comments

Comments

@trusktr
Copy link

trusktr commented Sep 9, 2017

screen shot 2017-09-08 at 10 25 20 pm

Repro:

yarn install
npm run dev

then visit localhost:3000

This question is available on Nuxt.js community (#c11)
@trusktr
Copy link
Author

trusktr commented Sep 9, 2017

I'm on Node 8.1.2

@highsea
Copy link

highsea commented Sep 22, 2017

Change todos.length to todos&&todos.length

@default-writer
Copy link
Contributor

default-writer commented Oct 20, 2017

For windows builds, replace:

import TodoHeader from '~components/header'
import TodoFooter from '~components/footer'

to

import TodoHeader from '~/components/header'
import TodoFooter from '~/components/footer'

@Atinux Atinux closed this as completed Mar 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants