Advertisement
SysSU

Untitled

Dec 23rd, 2015
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. $ sudo npm -g install yo
  2. /opt/node-v4.2.3-linux-x64/bin/yo -> /opt/node-v4.2.3-linux-x64/lib/node_modules/yo/lib/cli.js
  3.  
  4. > yo@1.5.0 postinstall /opt/node-v4.2.3-linux-x64/lib/node_modules/yo
  5. > yodoctor
  6.  
  7.  
  8. Yeoman Doctor
  9. Running sanity checks on your system
  10.  
  11. ✔ Global configuration file is valid
  12. ✔ NODE_PATH matches the npm root
  13. ✔ Node.js version
  14. ✔ No .bowerrc file in home directory
  15. ✔ No .yo-rc.json file in home directory
  16. ✔ npm version
  17.  
  18. Everything looks all right!
  19. - npmconf node_modules/yo/node_modules/fullname/node_modules/npmconf
  20. - os-name node_modules/yo/node_modules/insight/node_modules/os-name
  21. - win-release node_modules/yo/node_modules/insight/node_modules/os-name/node_modules/win-release
  22. - request node_modules/yo/node_modules/insight/node_modules/request
  23. - http-signature node_modules/yo/node_modules/insight/node_modules/request/node_modules/http-signature
  24. - normalize-package-data node_modules/yo/node_modules/meow/node_modules/normalize-package-data
  25. - redent node_modules/yo/node_modules/meow/node_modules/redent
  26. - registry-url node_modules/yo/node_modules/npm-keyword/node_modules/registry-url
  27. - rc node_modules/yo/node_modules/npm-keyword/node_modules/registry-url/node_modules/rc
  28. - rc node_modules/yo/node_modules/package-json/node_modules/rc
  29. - read-pkg node_modules/yo/node_modules/read-pkg-up/node_modules/read-pkg
  30. - normalize-package-data node_modules/yo/node_modules/read-pkg-up/node_modules/read-pkg/node_modules/normalize-package-data
  31. - latest-version node_modules/yo/node_modules/update-notifier/node_modules/latest-version
  32. - package-json node_modules/yo/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json
  33. - registry-url node_modules/yo/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-url
  34. - rc node_modules/yo/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-url/node_modules/rc
  35. - semver-diff node_modules/yo/node_modules/update-notifier/node_modules/semver-diff
  36. - bin-version-check node_modules/yo/node_modules/yeoman-doctor/node_modules/bin-version-check
  37. - bin-version node_modules/yo/node_modules/yeoman-doctor/node_modules/bin-version-check/node_modules/bin-version
  38. - semver-truncate node_modules/yo/node_modules/yeoman-doctor/node_modules/bin-version-check/node_modules/semver-truncate
  39. /opt/node-v4.2.3-linux-x64/lib
  40. `-- yo@1.5.0
  41. `-- yeoman-environment@1.4.0
  42. `-- globby@4.0.0
  43. `-- glob@6.0.2
  44.  
  45. vagrant@precise64:/vagrant$ yo -v
  46. yo: command not found
  47. vagrant@precise64:/vagrant$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement