danielgtaylor / danielgtaylor/ladon
Doesn't work after upgrading to node 12.1
Open
- Dominant language
- JavaScript
- Stars
- 83
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
After upgrading to node v12.1.0 returns this error:
```
fs.js:27
const { Math, Object, Reflect } = primordials;
^
ReferenceError: primordials is not defined
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the failure with Node v12.1.0 and inspect the fs.js stack trace to identify which project dependency or entry point triggers it. Confirm the utility runs successfully on Node v12.1.0 without the primordials error; the issue does not name a source file or test to begin with.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100