You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given a file named test.js,
Using require in those two way will works, but node will create a new instance for each: require('./test.js') and require('./Test.js')
Tested on Mac osx 10.11.1 with node 4.2.4