We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Running iojs until >=v.1.6.1 allow to use require('.')(i.e: index.js) with NODE_PATH. Using >=v1.6.2 throw an error.
>=v.1.6.1
require('.')
index.js
NODE_PATH
>=v1.6.2
Example:
$ NODE_PATH=src node // Start repl > require('.') Error: Cannot find module '.' ... ...
Could anyone please confirm this regression, so I could work on a fix. Thx