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
{{ message }}
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.
Currently there is a dep on update-notifier of 1.0.3, which then pulls in an old version of latest-version (2.0.0) which then pulls in an old version of package-json (2.4.0) which then pulls in an old version of got (5.7.1) which then only allows:
"engines": {
"node": ">=0.10.0 <7"
},
the latest version of got allows:
"engines": {
"node": ">=4"
},
The text was updated successfully, but these errors were encountered:
Currently there is a dep on update-notifier of 1.0.3, which then pulls in an old version of latest-version (2.0.0) which then pulls in an old version of package-json (2.4.0) which then pulls in an old version of got (5.7.1) which then only allows:
"engines": {
"node": ">=0.10.0 <7"
},
the latest version of got allows:
"engines": {
"node": ">=4"
},
The text was updated successfully, but these errors were encountered: