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

前端 未结 18 2345
清歌不尽
清歌不尽 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:47

    In my situation, some problems happened with my node package. So I run npm audit fix and it fixed all problems

提交回复
热议问题