Adam, The `make` program is on Unix only, not Windows.
On Windows, you can download the exe or msi from the website, or you can run `vcbuild release` in the source code folder to build them yourself. (You have to have a compiler. MS Visual C++ Express is free, I believe.) On Mon, Mar 18, 2013 at 1:36 PM, Adam Fontenot <[email protected]> wrote: > Make install is failed it say > C:\Users\Zack>make install > 'make' is not recognized as an internal or external command, > operable program or batch file. > > C:\Users\Zack> > On Tuesday, June 26, 2012 2:26:16 AM UTC-5, Oleg Efimov (Sannis) wrote: >> >> Vanilla install with `make install` works for me. The same bug were with >> some of latest 0.7.x. >> >> вторник, 26 июня 2012 г., 11:23:55 UTC+4 пользователь Bjorn написал: >>> >>> Hi! >>> >>> Node user for a couple of weeks here. I was running 0.6.something and >>> decided to upgrade to 0.8 - and got a tip on reddit to just install "n" and >>> then do "n latest". >>> problem is, now "npm" is broken. Anyone know what to do? >>> >>> >>> bt@ubuntu:~/bb$ node --version >>> v0.8.0 >>> bt@ubuntu:~/bb$ npm >>> >>> module.js:340 >>> throw err; >>> ^ >>> Error: Cannot find module 'npmlog' >>> at Function.Module._resolveFilename (module.js:338:15) >>> at Function.Module._load (module.js:280:25) >>> at Module.require (module.js:362:17) >>> at require (module.js:378:17) >>> at /usr/local/bin/npm:18:11 >>> at Object.<anonymous> (/usr/local/bin/npm:87:3) >>> at Module._compile (module.js:449:26) >>> at Object.Module._extensions..js (module.js:467:10) >>> at Module.load (module.js:356:32) >>> at Function.Module._load (module.js:312:12) >>> bt@ubuntu:~/bb$ >>> > -- > -- > 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. > > -- -- 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.
