'react-scripts' is not recognized as an internal or external command

前端 未结 18 2350
清歌不尽
清歌不尽 2020-11-30 00:21

I\'ve got a maven project, within which is JavaScript project cloned as a git sub-module. So the directory structure looks something like

mavenapp/src/main/jav

18条回答
  •  臣服心动
    2020-11-30 00:52

    This is rather old question but this might be of some help for future reference. Delete node_modules folder and run npm install again. Worked for me.

提交回复
热议问题