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

Error in fresh install of TodoMVC sample app (./src/app/components/TodoTextInput.js) #216

Open
jessevdp opened this issue Nov 2, 2017 · 0 comments

Comments

@jessevdp
Copy link

jessevdp commented Nov 2, 2017

Description

Running a fresh install of this sample returns an error, this causes the sample page to be pretty much blank.

npm run serve

This seems to be some kind of code style issue.

Error Message & Stack Trace

ERROR in ./src/app/components/TodoTextInput.js

/Path/to/TodoMVC/src/app/components/TodoTextInput.js
  40:13  error  Unnecessarily quoted property 'edit' found  quote-props

✖ 1 problem (1 error, 0 warnings)

 @ ./src/app/components/Header.js 221:21-47
 @ ./src/app/containers/App.js
 @ ./src/index.js
 @ multi webpack/hot/dev-server webpack-hot-middleware/client ./src/index

Config

{
  "generator-fountain-react": {
    "version": "1.0.0",
    "props": {
      "framework": "react",
      "modules": "webpack",
      "js": "babel",
      "ci": "",
      "css": "scss",
      "resolved": "/usr/local/lib/node_modules/generator-fountain-webapp/node_modules/generator-fountain-react/generators/app/index.js",
      "namespace": "fountain-react:app",
      "_": [],
      "sample": "todoMVC",
      "router": "router"
    }
  }
}

Environment

Node.js v8.6.0
darwin 16.7.0

yo@2.0.0
npm@4.1.2
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

1 participant