Getting the following error while executing expo init command

后端 未结 5 802
臣服心动
臣服心动 2020-12-07 03:55
Installing dependencies...
npm WARN deprecated core-js@1.2.7: core-js@<2.6.5 is no longer maintained. Please, upgrade to core-js@3 or at least to actual version o         


        
5条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-07 04:23

    This shows when you dont have git installed. You can follow any of the answers above to get it working on local. But if you're facing this issue in deploying a node app, check the node image you're using for deployment. If it is node: alpine then u will get this error.

    To fix it, you can use node:carbon image.

提交回复
热议问题