Hmm, well I didn't figure it out exactly but I had my configuration as follows:
c:\nodex>npm config list ; cli configs ; userconfig C:\Users\u0123444\.npmrc cache = "c:\\projects\\npm" prefix = "c:\\projects\\npm_global" tmp = "c:\\projects\\npm_temp" ; builtin config C:\Program Files\nodejs\node_modules\npm\npmrc ; node install prefix = C:\Program Files ; node bin location = C:\Program Files\nodejs\\node.exe ; cwd = c:\nodex ; HOME = C:\Users\u0123444 ; 'npm config ls -l' to show all defaults. When I set cache to c:\nodex then I no longer get the error. Best Regards, Bryan Rasmussen On Tuesday, July 3, 2012 6:24:51 AM UTC+2, bryan rasmussen wrote: > > It seems whenever I do npm install now I get the error Error: Adding a > cache directory to the cache will make the world implode, are there any > steps I should take in particular - I would prefer not having to reinstall > everything. > > 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
