React: create-react-app fails with error “Cannot find module 'lodash'”

后端 未结 2 906
感情败类
感情败类 2021-01-13 15:54

I\'m learning React for the first time, and I\'m having a great deal of trouble even getting started with a demo app. When I run npx create-react-app I get the

2条回答
  •  粉色の甜心
    2021-01-13 16:28

    did you try installing create-react-app? npm install -g create-react-app and then run create-react-app my-app

提交回复
热议问题