npm-bin.1 379 B

123456789101112131415161718192021222324252627
  1. .TH "NPM\-BIN" "1" "August 2021" "" ""
  2. .SH "NAME"
  3. \fBnpm-bin\fR \- Display npm bin folder
  4. .SS Synopsis
  5. .P
  6. .RS 2
  7. .nf
  8. npm bin [\-g|\-\-global]
  9. .fi
  10. .RE
  11. .SS Description
  12. .P
  13. Print the folder where npm will install executables\.
  14. .SS See Also
  15. .RS 0
  16. .IP \(bu 2
  17. npm help prefix
  18. .IP \(bu 2
  19. npm help root
  20. .IP \(bu 2
  21. npm help folders
  22. .IP \(bu 2
  23. npm help config
  24. .IP \(bu 2
  25. npm help npmrc
  26. .RE