Skip to content

Instantly share code, notes, and snippets.

@joeyguerra
Created April 27, 2022 18:20
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 joeyguerra/71300a56c303fd43642f3369e564cc21 to your computer and use it in GitHub Desktop.
Save joeyguerra/71300a56c303fd43642f3369e564cc21 to your computer and use it in GitHub Desktop.
Reliably get relative path in Node.js
import { fileURLToPath } from 'url'
const dirName = fileURLToPath(import.meta.url).replace('/bin/hubot.mjs', '')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment