Skip to content

Instantly share code, notes, and snippets.

@ilhamarrouf
Created February 25, 2021 06:49
Show Gist options
  • Save ilhamarrouf/0d1aae52b90dd171c1c960c0719d75d8 to your computer and use it in GitHub Desktop.
Save ilhamarrouf/0d1aae52b90dd171c1c960c0719d75d8 to your computer and use it in GitHub Desktop.
Get base path NodeJS
const path = require('path');
console.log(path.dirname(require.main.filename));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment