TIY-LR-FEE-2015-Fall / assignments

1 stars 4 forks source link

11-clock Jeremy Glover #53

Open Jeremy-Glover opened 8 years ago

Jeremy-Glover commented 8 years ago
Jeremy-Glover commented 8 years ago

https://github.com/Jeremy-Glover/11-clock/pull/1

rtablada commented 8 years ago

It looks like when you ran npm install you may have forgotten to add the --save-dev flag so that it updated package.json with your dependencies. So right now I can't run your app on my local machine since broccoli won't install with the standard start up process for projects.

Jeremy-Glover commented 8 years ago

@rtablada I ran npm install --save dev for the broccoli packages, and pushed package.json, so maybe it will all work now. Let me know if I need to do anything else to get it to work.