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
The required node engine for this module is ^6.0.0 which is incompatible with newer major versions. Considering major version 12 is already available and version 8 will reach its end of life this year, it would be advantages to soften the restriction. I recommend to simply replace "^6.0.0" in package.json with ">=6.0.0"
The text was updated successfully, but these errors were encountered:
The required node engine for this module is ^6.0.0 which is incompatible with newer major versions. Considering major version 12 is already available and version 8 will reach its end of life this year, it would be advantages to soften the restriction. I recommend to simply replace "^6.0.0" in package.json with ">=6.0.0"
The text was updated successfully, but these errors were encountered: