bigdatahci2015 / forum

0 stars 4 forks source link

Book 2 #33

Open doubleshow opened 8 years ago

doubleshow commented 8 years ago

You've written a ton of stuff for your book by now. Hopefully you've learned a lot.

Since this first book is getting a bit too long, it's time to move on to our 2nd book.

https://github.com/bigdatahci2015/book2

Please create a fork. We will start using it as early as today's hackathon!

As usual, remember to run npm update to get the updated plugin.

jraesly commented 8 years ago

Just wanted to point out that I got this error when doing npm update:

npm ERR! file /home/user/.npm/qs/5.1.0/package/package.json npm ERR! code EJSONPARSE

npm ERR! Failed to parse json npm ERR! No data, empty input at 1:1 npm ERR! npm ERR! ^ npm ERR! File: /home/user/.npm/qs/5.1.0/package/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! Please include the following file with any support request: npm ERR! /home/user/Documents/book2/npm-debug.log

kjblakemore commented 8 years ago

Console.log is not working for me in book2. None of the console.log() calls are producing output. My teammate is having the same problem. Could someone look into it? Thanks!

doubleshow commented 8 years ago

you should be able to access them in the console. Please confirm it works for you.

click___book2

kjblakemore commented 8 years ago

That works! Thanks!

drewdinger commented 8 years ago

Getting an issue trying to upload to my gh-page. I am using the commands provided on the book page to upload to github. When I try to push the subtree I get the error "fatal: unable to access 'https://github.com/bigdatahci2015/book2.git/': The requested URL returned error: 403". Am I the only one having this issue? Is there a way to fix it?