'expo' is not recognized as an internal or external command

后端 未结 15 1022
余生分开走
余生分开走 2020-12-30 01:12

After running npm install -g expo-cli and successfully installing the packages globally, expo is still not recognized as an internal or external co

15条回答
  •  天涯浪人
    2020-12-30 01:31

    This worked for me:

    1. You must uninstall node js then install it again.
    2. You must run npm install expo-cli.

    It will solve your problem

提交回复
热议问题