Daniel Flynn

Results 23 comments of Daniel Flynn

Would you mind sharing your spec file?

So, I was going through the code given and noticed that your gulp task seems to be missing the `vendor: 'js/**/*.js'` found here: https://github.com/udacity/ud892/blob/master/Lesson%204/gulpfile.js#L46 That may be the source of...

I went ahead and cloned the courses repository down and everything works fine after `npm install` for all of the missing packages (they seriously need to give you guys a...

@NinaNVY. I totally lead you astray. It's `keepRunner: './'` not `keepRunner: true` :sob:

Well that's infuriating. That totally sucks, sorry that it hung for so long :cry: . Could you give me your system specs (OS, Node version, NPM version, and anything else...

That's super interesting. Have you ever been able to run `phantomjs` normally without running into that issue? For example saving this as a tiny little JS file and running it:...

Well, that's actually good. Concerning for me, but it means that your `phantomjs` works! I'll spin up that VM and start working on it. I know that there are some...

Ok! So. I went ahead and forked that Lesson repository so that we help narrow down specific issues pertaining to that code base. You can go on over [here](https://github.com/dflynn15/ud892) and...

Yep! There may be version differences and many other things. If you feel ok with it, I would encourage you do run `npm cache clean` before `npm install` just to...

Here is the definition from the `npm` docs: > clean: Delete data out of the cache folder. If an argument is provided, then it specifies a subpath to delete. If...