You could setup the env-vars: file: start-console.cmd Set some env-variables and starts a windows-console. ``` APPDATA=path/to/appdata HOME=path/to/homedir cmd.exe /D /F:ON /K cd %HOME% ```
On Sat, Jun 16, 2012 at 9:36 AM, bryan rasmussen <[email protected]> wrote: > Hi, > > I'm on a windows box and I am not administrator, I keep running into appdata > problems, I've configured the global prefix and cache to point to a folder > outside of appdata but then I ran > npm -g install cache and I got back: > > npm ERR! Error: `git "clone" "git://github.com/sleeplessinc/ds.git" > "C:\\Users\\ > u0123444\\AppData\\Local\\Temp\\npm-1339831579356\\1339831581057-0.1873329409863 > 7998"` failed with 127 > > > So I would like to know what other settings I need to configure to make sure > there is no longer any use of appdata. > > Thanks, > Bryan Rasmussen > > -- > 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 -- Oliver Leics @ G+ https://plus.google.com/112912441146721682527 -- 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
