Skip to content

Instantly share code, notes, and snippets.

@hyrious
Created August 22, 2023 07:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hyrious/df545a990c5f1bd7cc469d95dc9d1a3a to your computer and use it in GitHub Desktop.
Save hyrious/df545a990c5f1bd7cc469d95dc9d1a3a to your computer and use it in GitHub Desktop.
Get env paths if a library is using `env-paths`.
console.log((await import('/usr/local/lib/node_modules/env-paths/index.js').then(e => e.default))(process.argv[2] || 'electron', {suffix: ''}))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment