Skip to content

Instantly share code, notes, and snippets.

@julienw
Created February 28, 2016 18:50
Show Gist options
  • Save julienw/7c31988d43b639dcfde2 to your computer and use it in GitHub Desktop.
Save julienw/7c31988d43b639dcfde2 to your computer and use it in GitHub Desktop.
Symbolic links:
file1.js -> /home/julien/directory1/file1.js
file2.js -> /home/julien/directory2/file2.js
require('./file2.js'); // -> Error: Cannot find module './file2.js'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment