Advertisement
kaizer04

ErrInstallAppBuilder

Sep 28th, 2014
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Microsoft Windows [Version 6.1.7601]
  2. Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
  3.  
  4. C:\Users\User>npm install -g appbuilder
  5. npm http GET https://registry.npmjs.org/appbuilder
  6. npm http 304 https://registry.npmjs.org/appbuilder
  7.  
  8. > appbuilder@2.5.1-178 preinstall C:\Users\User\AppData\Roaming\npm\node_modules
  9. \appbuilder
  10. > node preinstall.js
  11.  
  12. Install the 32-bit version of Node.js before installing AppBuilder CLI.
  13.  
  14. > appbuilder@2.5.1-178 preuninstall C:\Users\User\AppData\Roaming\npm\node_modul
  15. es\appbuilder
  16. > node preuninstall.js
  17.  
  18.  
  19. module.js:340
  20.     throw err;
  21.           ^
  22. Error: Cannot find module 'yargs'
  23.     at Function.Module._resolveFilename (module.js:338:15)
  24.     at Function.Module._load (module.js:280:25)
  25.     at Module.require (module.js:364:17)
  26.     at require (module.js:380:17)
  27.     at Object.<anonymous> (C:\Users\User\AppData\Roaming\npm\node_modules\appbui
  28. lder\lib\options.js:2:13)
  29.     at Module._compile (module.js:456:26)
  30.     at Object.Module._extensions..js (module.js:474:10)
  31.     at Module.load (module.js:356:32)
  32.     at Function.Module._load (module.js:312:12)
  33.     at Module.require (module.js:364:17)
  34. npm WARN continuing anyway appbuilder@2.5.1-178 preuninstall: `node preuninstall
  35. .js`
  36. npm WARN continuing anyway Exit status 8
  37. npm ERR! appbuilder@2.5.1-178 preinstall: `node preinstall.js`
  38. npm ERR! Exit status 1
  39. npm ERR!
  40. npm ERR! Failed at the appbuilder@2.5.1-178 preinstall script.
  41. npm ERR! This is most likely a problem with the appbuilder package,
  42. npm ERR! not with npm itself.
  43. npm ERR! Tell the author that this fails on your system:
  44. npm ERR!     node preinstall.js
  45. npm ERR! You can get their info via:
  46. npm ERR!     npm owner ls appbuilder
  47. npm ERR! There is likely additional logging output above.
  48.  
  49. npm ERR! System Windows_NT 6.1.7601
  50. npm ERR! command "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nod
  51. ejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "-g" "appbuilder"
  52. npm ERR! cwd C:\Users\User
  53. npm ERR! node -v v0.10.26
  54. npm ERR! npm -v 1.4.3
  55. npm ERR! code ELIFECYCLE
  56. npm ERR!
  57. npm ERR! Additional logging details can be found in:
  58. npm ERR!     C:\Users\User\npm-debug.log
  59. npm ERR! not ok code 0
  60.  
  61. C:\Users\User>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement