Skip to content

Instantly share code, notes, and snippets.

@udittyagi
Created August 25, 2019 07:32
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 udittyagi/8636ab5ef80279996d1c70e3ff635286 to your computer and use it in GitHub Desktop.
Save udittyagi/8636ab5ef80279996d1c70e3ff635286 to your computer and use it in GitHub Desktop.
const momentPaths = require.resolve.paths('moment');
const expressPaths = require.resolve.paths('express');
console.log('Moment Paths', momentPaths);
console.log('Express Paths', expressPaths);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment