Simple email application for Android. Original source code: https://framagit.org/dystopia-project/simple-email
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
275 B

  1. npm-root(1) -- Display npm root
  2. ===============================
  3. ## SYNOPSIS
  4. npm root [-g]
  5. ## DESCRIPTION
  6. Print the effective `node_modules` folder to standard out.
  7. ## SEE ALSO
  8. * npm-prefix(1)
  9. * npm-bin(1)
  10. * npm-folders(5)
  11. * npm-config(1)
  12. * npm-config(7)
  13. * npmrc(5)