You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 11, 2018. It is now read-only.
I'm interested in the smart package structure vs. the unofficial Meteor recommended structure. I am running a version of Fraction currently but there are 'no posts yet'. From what I've read, smart packages sounds like potentially a more intuitive approach, since the functionality isn't scattered across server/client libraries. Thanks!
Below is the copy-and-past of the server console:
I20150308-15:16:48.181(7)? Setting post heat for 0 postsI20150308-15:17:48.183(7)? Reading 140 posts from Hacker NewsI20150308-15:17:48.449(7)? Setting post heat for 0 postsW20150308-15:17:49.932(7)? (STDERR) W20150308-15:17:49.938(7)? (STDERR) SyntaxError: Unexpected token <W20150308-15:17:49.938(7)? (STDERR) at Object.parse (native)W20150308-15:17:49.938(7)? (STDERR) at Request._callback (/Users/Olivia/news/app/packages/fraction-hacker-news/.npm/package/node_modules/hacker-news-api/index.js:69:23)W20150308-15:17:49.938(7)? (STDERR) at Request.self.callback (/Users/Olivia/news/app/packages/fraction-hacker-news/.npm/package/node_modules/hacker-news-api/node_modules/request/request.js:121:22)W20150308-15:17:49.939(7)? (STDERR) at Request.EventEmitter.emit (events.js:98:17)W20150308-15:17:49.939(7)? (STDERR) at Request.<anonymous> (/Users/Olivia/news/app/packages/fraction-hacker-news/.npm/package/node_modules/hacker-news-api/node_modules/request/request.js:985:14)W20150308-15:17:49.939(7)? (STDERR) at Request.EventEmitter.emit (events.js:117:20)W20150308-15:17:49.940(7)? (STDERR) at IncomingMessage.<anonymous> (/Users/Olivia/news/app/packages/fraction-hacker-news/.npm/package/node_modules/hacker-news-api/node_modules/request/request.js:936:12)W20150308-15:17:49.940(7)? (STDERR) at IncomingMessage.EventEmitter.emit (events.js:117:20)W20150308-15:17:49.940(7)? (STDERR) at _stream_readable.js:919:16W20150308-15:17:49.940(7)? (STDERR) at process._tickCallback (node.js:419:13)=> Exited with code: 8=> Meteor server restarted
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm interested in the smart package structure vs. the unofficial Meteor recommended structure. I am running a version of Fraction currently but there are 'no posts yet'. From what I've read, smart packages sounds like potentially a more intuitive approach, since the functionality isn't scattered across server/client libraries. Thanks!
Below is the copy-and-past of the server console:
The text was updated successfully, but these errors were encountered: