On Oct 11, 2012, at 09:42, Jacco van der Post <
ja...@typo3-webdesign.nl> wrote:
> I am trying my very first example on node.js, as is explained on the homepage of
http://nodejs.org/ This worked by running node example.js
>
> Than installed hotnode. After this I see this error all the time in terminal of OSX 10.8
I'm not familiar with hotnode. What is it?
> /usr/local/lib/node_modules/hotnode/node_modules/watch/main.js:54 if (err) throw err; ^ Error: ENOENT, stat 'node/tools/blog/node_modules/.bin/marked'
>
> What does this mean?
It means the entity 'node/tools/blog/node_modules/.bin/marked' does not exist.
ENOENT = Error: NO such ENTity