express-rest-api-boilerplate icon indicating copy to clipboard operation
express-rest-api-boilerplate copied to clipboard

Not compatible with Node 10

Open prabhatbharat opened this issue 5 years ago • 1 comments

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?

prabhatbharat avatar Jan 10 '20 16:01 prabhatbharat

you can solved this by removing yarn.lock file, then run the yarn command again.

ace3 avatar Oct 11 '20 15:10 ace3