error w3name@1.0.4: The engine "node" is incompatible with this module. Expected version ">=16.0.0". Got "14.17.6"
michaelcodecany opened this issue · 1 comments
michaelcodecany commented
Describe the bug
error w3name@1.0.4: The engine "node" is incompatible with this module. Expected version ">=16.0.0". Got "14.17.6"
error Found incompatible module.
Reproduction
https://nft-app-demo.productsway.com/
System Info
error w3name@1.0.4: The engine "node" is incompatible with this module. Expected version ">=16.0.0". Got "14.17.6"
Used Package Manager
yarn
Validations
- Follow our Code of Conduct
- Read the Contributing Guide.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
- The provided reproduction is a minimal reproducible of the bug.
jellydn commented
Hi there,
I guess you haven't used node version management before. There is a https://github.com/jellydn/nft-app/blob/main/.nvmrc file which tell you about what is the node. You could check this out https://github.com/nvm-sh/nvm
This repo only work for node v16. Thanks.
Best regards,
Dung