Missing Script when I run npm start to create React app

前端 未结 9 1299
北荒
北荒 2021-01-01 18:20

I\'m trying to run the React server by running npm start

When I do this I get a missing script error:

λ npm start
npm ERR! missing scrip         


        
9条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-01 18:55

    Update create-react-app package to solve this problem.

    For updating the concerned package run the following command: npm install -g create-react-app

提交回复
热议问题