You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to fix a yarn error on the frontend, we needed to pin the docker hub container to 9.11.1 instead of using "latest".
The error in question was:
"error [email protected]: The engine "node" is incompatible with this module. Expected version ">=4 <=9".
error Found incompatible module"
We should figure out an upgrade for that package that works for node 10.0
The text was updated successfully, but these errors were encountered:
In order to fix a yarn error on the frontend, we needed to pin the docker hub container to 9.11.1 instead of using "latest".
The error in question was:
"error [email protected]: The engine "node" is incompatible with this module. Expected version ">=4 <=9".
error Found incompatible module"
We should figure out an upgrade for that package that works for node 10.0
The text was updated successfully, but these errors were encountered: