On Oct 22, 2013, at 09:23, Timo Schmidt wrote: > I don't really get how to install pdfsnag to NodeJS. > Simply "npm install pdfsnag" doesn't work.
I'm on OS X, not Windows, but it seemed to work for me: $ npm install pdfsnag npm http GET https://registry.npmjs.org/pdfsnag npm http 200 https://registry.npmjs.org/pdfsnag npm http GET https://registry.npmjs.org/pdfsnag/-/pdfsnag-0.1.5.tgz npm http 200 https://registry.npmjs.org/pdfsnag/-/pdfsnag-0.1.5.tgz [email protected] node_modules/pdfsnag $ find node_modules node_modules node_modules/.bin node_modules/.bin/pdfsnag node_modules/pdfsnag node_modules/pdfsnag/changelog.md node_modules/pdfsnag/forkme.png node_modules/pdfsnag/index.html node_modules/pdfsnag/Makefile node_modules/pdfsnag/package.json node_modules/pdfsnag/pdfsnag.js node_modules/pdfsnag/pdfsnag.png node_modules/pdfsnag/readme.md $ In what way did it not work for you? -- -- 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 --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
