npm start error with create-react-app

后端 未结 20 1877
长发绾君心
长发绾君心 2020-11-27 10:18

I have a project who I didn\'t touch for 2 weeks. I take it back and now when I try to run npm start I got this error.

> react-scripts start
         


        
20条回答
  •  爱一瞬间的悲伤
    2020-11-27 10:58

    it is simple but the first time it takes time a few steps to set !!!

    1. you have the latest version on node.

    2. go to the environment variable and set the path "%SystemRoot%\system32".

    1. run cmd as administrator mode.

    2. write command npm start.

提交回复
热议问题