I'm using OSX and installed NWjs, when I try to run a site using nw ./
, it gives such an error:
WARNING: The
watch
command is deprecated. Please consider usingguard-nanoc
instead (see https://github.com/nanoc/guard-nanoc).
Error: The current working directory does not seem to be a nanoc site.
I'm a bit confused that I'm running nw, but why is it running ruby? Is that for some reason the nw is linked with nanoc? Should I remove nanoc? If so, what should I do?
I tried gem uninstall nanoc
, after that, I ran nw
on terminal, the error is:
command not found: nanoc
Seems like nw
is linked with nanoc
.