Closed gabrielpugliese-luizalabs closed 9 years ago
Hey @gabrielpugliese-luizalabs ! By skipped, what do you mean exactly? You have used the Start.app or the manual installation process?
Thanks!
It's the manual process. I haven't noticed that there is an Start.app command (haven't found it yet - where is it located?)
What is your operating system, windows?
On Monday, August 10, 2015, gabrielpugliese-luizalabs < notifications@github.com> wrote:
It's the manual process. I haven't noticed that there is an Start.app command (haven't found it yet - where is it located?)
— Reply to this email directly or view it on GitHub https://github.com/hugeinc/styleguide/issues/32#issuecomment-129637835.
Ubuntu 14.04
Ok! Nice, can you just write your steps so I can reproduce?
Something like:
Etc. And I will add a error message for missing dependencies when starting the server.
Ok
cd styleguide/structure/_node-files && npm install
node watch.js
The progress is 100% but nothing is being served because harpjs is not installed.
I would add a command before 2. in the steps like: npm install -g harp
and also check if harp is installed on the startup of watch.js
Perfect, I'll do that and it will be release on version 2.0.5.
Thank you!
:rocket:
Closed on develop, soon to be merged.
https://github.com/hugeinc/styleguide/blob/develop/styleguide/structure/_node-files/watch.js
It would be nice to raise an error or something, because I just skipped that part and didn't know why it was not working :)