I can't install expo-cli
, I've tried to run npm audit fix --force
as suggested by terminal still got same warnings & won't install. I also tried to uninstall node js & npm (deleting all related folders & files) then install both again with the latest LTS version of node 16.13.1
& npm 8.3.0
, but still can't install it and have same warnings as below ss:
CodePudding user response:
The installation looks successful, albeit producing some deprecation warnings. While you should use a tool like npm audit
to understand the risks you may be facing by using these deprecated dependencies, the installation seems to have been successful, and you can use expo-cli
normally.
CodePudding user response:
Seems the issue is in git bash terminal, I used powershell and it worked!