error [email protected]: The engine "node" is incompatible #926
Unanswered
jiqiang90
asked this question in
SDK issues
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you are running node v14 locally and just downloaded a new subquery template, you might encounter this issue when install dependencies.
This is due to upgrade of the ipfs-unixfs package, and this is been use as a dependency for our
@subql/cli
to publish project to IPFS.To resolve this issue and if you no plan to upgrade to node v16, add this to your project
package.json
Beta Was this translation helpful? Give feedback.
All reactions