We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@hacdias is below expected? (i was running make watch with node 18.16)
make watch
npm install -g [email protected] npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '[email protected]', 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
The text was updated successfully, but these errors were encountered:
This needs to be investigated. I've been running Node 0.16 since most IPFS-related things are running on that. I will upgrade and check later.
Sorry, something went wrong.
@lidel I get the warning too with 18.x but it does not prevent it from running. Nevertheless, the source of the warning seems to come from https://github.com/tobie/specref and not spec-generator. tobie/specref#744
spec-generator
No branches or pull requests
@hacdias is below expected? (i was running
make watch
with node 18.16)it runs fine with node 16.12, but 18.16 seems to be a problem
The text was updated successfully, but these errors were encountered: