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 was archived by the owner on Jan 10, 2023. It is now read-only.
Currently, npm shows deprecation message upon installing:
This is because we're not using the latest request - current-one uses node-uuid@1.4.8 which has been dropped on latest request since (what solves the issue).
I know there was some action happening on #72, but let's check and update the deps; this will have to be done some time anyway.
Hi guys,
Currently, npm shows deprecation message upon installing:

This is because we're not using the latest
request- current-one usesnode-uuid@1.4.8which has been dropped on latestrequestsince (what solves the issue).I know there was some action happening on #72, but let's check and update the deps; this will have to be done some time anyway.
cheers