I had decided to start learning react native app development, and as the tutorials suggested, the first step was to install expo-cli.
Thus, running npm install expo-cli --global
.
But, everytime, I run on the second step to install request@2.88.2
, the install/download gets stuck.
The screen where it is stuck has the message:
⸨░░░░░░░░░░░░░░░░░░⸩ ⠦ fetchMetadata: WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
I tried cleaning the npm cache by running the command npm cache clean --force
, but the result was still the same.
I opened the given issue link, but to no avail, as it just mentions that request has been deprecated. I really wanted to know if there could be some way to resolve this issue?