Also i install nodejs.exe and it said rolling back action and giving me the error
On Saturday, March 23, 2013 10:23:55 AM UTC-5, ajlopez wrote: > > Adam > > I have a machine with Windows Vista, too. I did what Isaac said: download > the .msi from Node.js, and install it. No hassle. npm is included in the > installer. > > Past week, I installed node 0.10, this time on a Windows 8. The only > problem I detected was with npm: apparently, for many tasks, it launches > "cmd /c .... " and if you run Windows 8 Node.js icon or a command prompt > WITHOUT RUN AS ADMINISTRATOR, no cmd.exe is available (Windows 8 decision) > > Angel "Java" Lopez > @ajlopez > > On Sat, Mar 23, 2013 at 11:56 AM, Adam Fontenot > <[email protected]<javascript:> > > wrote: > >> I'm using a Window Vista >> >> >> On Thursday, March 21, 2013 11:12:02 PM UTC-5, Isaac Schlueter wrote: >> >>> 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<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 >>> > nodejs+un...@**googlegroups.com >>> > For more options, visit this group at >>> > http://groups.google.com/**group/nodejs?hl=en?hl=en<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 nodejs+un...@**googlegroups.com. >>> > For more options, visit >>> > https://groups.google.com/**groups/opt_out<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]<javascript:> >> To unsubscribe from this group, send email to >> [email protected] <javascript:> >> 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] <javascript:>. >> 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.
