question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

yarn fails with: The engine "node" is incompatible with this module.

See original GitHub issue
$ yarn
yarn install v1.22.4                                                                
[1/5] Validating package.json...                                                    
error @2.0.0: The engine "node" is incompatible with this module. Expected version "12.13.1". Got "12.16.1"
error Found incompatible module.                                                    
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

I found that the version is hardcoded in package.json. Do you know how to instruct apt-get to install the exact version of nodejs specified in package.json?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
danielgavrilovcommented, May 2, 2020

@abitrolly Yes I’m interested to know that too, it just hasn’t been a priority to find out.

The WHO now publishes a dashboard that exposes a JSON file that should be easy to parse: https://dashboards-dev.sprinklr.com/data/9043/global-covid19-who-gis.json

And Johns Hopkins still have their stable CSVs: https://github.com/CSSEGISandData/COVID-19/tree/master/csse_covid_19_data/csse_covid_19_time_series

You can find our data transformation for the Johns Hopkins dataset in our Jupyter Notebook: https://github.com/owid/covid-19-data/blob/master/scripts/notebooks/jh_generate.ipynb

I think it requires aggregating some regions into countries, which we last recorded a while ago in a spreadsheet that may need to be updated.

Anyway, let us know if you get around to this! We’d be curious what the differences are.

0reactions
abitrollycommented, May 2, 2020

@danielgavrilov if the diagram could be used from Jupyter Notebooks directly, it would solve all my DevOps problems. ) While it’s possible to use matplotlib for that, its interface and parametrization is far from being friendly for developers who are not scientists.

Read more comments on GitHub >

github_iconTop Results From Across the Web

The engine "node" is incompatible with this module
You can try to ignore the engines : $ yarn install --ignore-engines. OR. $ yarn global add <your app> --ignore-engines.
Read more >
The engine "node" is incompatible with this module when npm ...
Steps to Reproduce. Run npm install (or yarn install ) on a remix project using node version 14.15.4 CleanShot ...
Read more >
Yarn install failing - Google Groups
By searching that Yarn error on Google, I came across this suggestion from StackOverflow: ... 0.1200.5: The engine "node" is incompatible with this...
Read more >
The engine "node" is incompatible with this module. Expected ...
Hi, This seems like a common error but I'm still not finding a solution. My site works on my local machine but fails...
Read more >
The engine "node" is incompatible error when tryin...
From the error message you are receiving, the node engine that you currently have setup in your application is outdated for the dependencies...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found