FamousArchives / generator-famous

for those who hate doing things once
123 stars 26 forks source link

update package.json template. fix the JSON parse problem when using bowe... #21

Closed ql-owo-lp closed 10 years ago

ql-owo-lp commented 10 years ago

Fix this error:

npm ERR! install Couldn't read dependencies npm ERR! Failed to parse json npm ERR! Unexpected token } npm ERR! File: /Users/kevin/Desktop/famous-test/package.json npm ERR! Failed to parse package.json data. npm ERR! package.json must be actual JSON, not just JavaScript. npm ERR! npm ERR! This is not a bug in npm. npm ERR! Tell the package author to fix their package.json file. JSON.parse npm ERR! System Darwin 13.1.0 npm ERR! command "/Users/kevin/.nvm/v0.10.26/bin/node" "/Users/kevin/.nvm/v0.10.26/bin/npm" "install" npm ERR! cwd /Users/kevin/Desktop/famous-test npm ERR! node -v v0.10.26 npm ERR! npm -v 1.4.3 npm ERR! file /Users/kevin/Desktop/famous-test/package.json npm ERR! code EJSONPARSE npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /Users/kevin/Desktop/famous-test/npm-debug.log npm ERR! not ok code 0

MylesBorins commented 10 years ago

Kevin thanks so much for finding this! Unfortunately I can't accept this pull request at the moment as we are in the process of fixing our CLA to accept pull requests from external contributors. Due to the nature of this bug, I have gone ahead and manually fixed it myself. I hope you can understand and there are no hard feelings. Moving forward I would love to accept your contributions to the project and hope you continue to help!

Perhaps I can find a hotfix moving forward that you can submit so we can make up for the missing commit! Come hang out in #famous on freenode and we'll sort this out!