generator-fountain-react
generator-fountain-react copied to clipboard
Yeoman React Tutorial Fails
Description
The Yeoman tutorial is failing for react because it references the ^1.0.0 release in its package.json. If there were another release that incorporates the latest commits, up to b3f3e0bf, it should fix the error.
Error Message & Stack Trace
error Unnecessarily quoted property 'edit' found
Dup of https://github.com/FountainJS/generator-fountain-webapp/issues/182 sorry for the delay of the release.
Not seeing the same reference in the package.json but the problem is still there:
ERROR in ./src/app/components/TodoTextInput.js
C:\Users\Farley\Desktop\mytodo\src\app\components\TodoTextInput.js
40:13 error Unnecessarily quoted property 'edit' found quote-props
✖ 1 problem (1 error, 0 warnings)
I started the tutorial fresh today and found this issue after searching for a solution. Just let me know if you need any other info from me.