spec-generator@v1.3.1 fails with node 18?
Open
- Dominant language
- JavaScript
- Stars
- 4
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
@hacdias is below expected? (i was running `make watch` with node 18.16)
```
npm install -g spec-generator@v1.3.1
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: 'specref@0.2.0',
npm WARN EBADENGINE required: { node: '14.7.0' },
npm WARN EBADENGINE current: { node: 'v18.16.0', npm: '9.5.1' }
npm WARN EBADENGINE }
```
it runs fine with node 16.12, but 18.16 seems to be a problem
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.