There's no reason for you to have to do this. That's how I build the man pages used by `npm help`, and the html pages for https://npmjs.org/doc/ from the markdown in the doc folder.
If you're just trying to use npm, install node, and npm will be installed as well. If you are changing the npm docs, and trying to check your edits, simply run `make install` before running `make doc`, and it'll work properly. On Tue, Oct 30, 2012 at 8:19 AM, Jason Nunnelley <[email protected]> wrote: >> [email protected] prepublish . >> npm prune ; rm -rf test/*/*/node_modules ; make -j4 doc > > sh: 1: npm: not found > make: Nothing to be done for `doc'. > > -- > > Does this reflect a plan to add a documentation portion of NPM or am I > missing some nuance as a newb? > > Jason N => Node/NPM Newb > > -- > 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 -- 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
