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
When CI install react-tooltip will throw error [email protected]: The engine "node" is incompatible with this module. Expected version ">=10.18". Got "10.15.3"
So
does node >= 10.18 is really necessary ?
react-tooltip package depends on node >=10.18 ?
package.json
"engines": {"node": ">=10.18","npm": ">=6.13"},
The text was updated successfully, but these errors were encountered:
Problem
error [email protected]: The engine "node" is incompatible with this module. Expected version ">=10.18". Got "10.15.3"
So
package.json
The text was updated successfully, but these errors were encountered: