express-rest-api-boilerplate
express-rest-api-boilerplate copied to clipboard
Not compatible with Node 10
Hi,
I am trying to build this for node 10. But I get the following error.
yarn add v1.19.2
[1/4] 🔍 Resolving packages...
info There appears to be trouble with your network connection. Retrying...
[2/4] 🚚 Fetching packages...
error [email protected]: The engine "node" is incompatible with this module. Expected version ">=4 <=9". Got "10.17.0"
error Found incompatible module.
Can you please help?
you can solved this by removing yarn.lock file, then run the yarn command again.