Created
February 28, 2016 18:50
-
-
Save julienw/7c31988d43b639dcfde2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Symbolic links: | |
file1.js -> /home/julien/directory1/file1.js | |
file2.js -> /home/julien/directory2/file2.js |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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