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

后端 未结 15 1024
余生分开走
余生分开走 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条回答
  •  -上瘾入骨i
    2020-12-30 01:38

    This is a more general problem where your global node modules are not in your system path. This question is what you are looking for: Nodejs cannot find installed module on Windows?

提交回复
热议问题