Advertisement
Guest User

Untitled

a guest
Jan 2nd, 2017
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. PS C:\Users\Administrator> chef-shell
  2. loading configuration: none (standalone session)
  3. Session type: standalone
  4. Loading.......done.
  5.  
  6. This is the chef-shell.
  7. Chef Version: 12.2.1
  8. http://www.chef.io/
  9. http://docs.chef.io/
  10.  
  11. run `help' for help, `exit' or ^D to quit.
  12.  
  13. Ohai2u Administrator@se-servers1!
  14. chef > recipe_mode
  15. chef:recipe > execute "test npm install windows-build-tools" do
  16. chef:recipe > command "call npm install --global windows-build-tools"
  17. chef:recipe ?> end
  18. => <execute[test npm install windows-build-tools] @name: "test npm install windows-build-tools" @noop: nil @before: nil
  19. @params: {} @provider: nil @allowed_actions: [:nothing, :run] @action: "run" @updated: false @updated_by_last_action: f
  20. alse @supports: {} @ignore_failure: false @retries: 0 @retry_delay: 2 @source_line: "(irb#1):1:in `irb_binding'" @guard_
  21. interpreter: nil @default_guard_interpreter: :execute @elapsed_time: 0 @sensitive: false @resource_name: :execute @comma
  22. nd: "call npm install --global windows-build-tools" @backup: 5 @creates: nil @cwd: nil @environment: nil @group: nil @pa
  23. th: nil @returns: 0 @timeout: nil @user: nil @umask: nil @is_guard_interpreter: false @declared_type: :execute @cookbook
  24. _name: nil @recipe_name: nil>
  25. chef:recipe > run_chef
  26. [2017-01-02T06:25:51+00:00] INFO: Processing execute[test npm install windows-build-tools] action run ((irb#1) line 1)
  27. [2017-01-02T06:25:51+00:00] DEBUG: providers for generic execute resource enabled on node include: [Chef::Provider::Exec
  28. ute]
  29. [2017-01-02T06:25:51+00:00] DEBUG: providers that refused resource execute[test npm install windows-build-tools] were: [
  30. ]
  31. [2017-01-02T06:25:51+00:00] DEBUG: providers that support resource execute[test npm install windows-build-tools] include
  32. : [Chef::Provider::Execute]
  33. [2017-01-02T06:25:51+00:00] DEBUG: providers that survived replacement include: [Chef::Provider::Execute]
  34.  
  35. > windows-build-tools@1.0.0 postinstall C:\Users\Administrator\AppData\Roaming\npm\node_modules\windows-build-tools
  36. > node ./lib/index.js
  37.  
  38. Downloading BuildTools_Full.exe
  39. Downloading python-2.7.11.msi ] 0.0% (0 B/s)
  40. [> ] 0.0% (0 B/s)tor\.windows-build-tools\BuildTools_Full.exe.
  41. Downloaded python-2.7.11.msi. Saved to C:\Users\Administrator\.windows-build-tools\python-2.7.11.msi.
  42. Starting installation...
  43. Launched installers, now waiting for them to finish.
  44. This will likely take some time - please be patient!
  45. Waiting for installers... /Successfully installed Visual Studio Build Tools.
  46. Successfully installed Python 2.7
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement