On Oct 11, 2012, at 09:42, Jacco van der Post <[email protected]> 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 -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
