Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zkochan/require-issue


https://github.com/zkochan/require-issue

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

When the dynamically added package has an index.js in the root, then it works. Run:

```
node test2.js
```

When the dynamically added package has a main package at a custom location, then it doesn't work:

```
node test.js
```

Both cases work with node.js v6.17.1. It starts failinig in node.js v7.1.0 and v8.0.0.