-
-
Notifications
You must be signed in to change notification settings - Fork 34.6k
Closed
Labels
moduleIssues and PRs related to the module subsystem.Issues and PRs related to the module subsystem.
Description
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.
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
moduleIssues and PRs related to the module subsystem.Issues and PRs related to the module subsystem.