Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zkochan/require-issue
https://github.com/zkochan/require-issue
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zkochan/require-issue
- Owner: zkochan
- Created: 2022-09-15T16:17:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-16T19:03:09.000Z (over 2 years ago)
- Last Synced: 2024-10-26T17:21:57.335Z (about 2 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.