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

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

    i fix this issue :-), just uninstall your node.js and show hidden files

    then go to "C:\Users\yourpcname\AppData\Roaming\

    then delete the "npm" and "npm-cache" folder

    and install a new version of node.js.

提交回复
热议问题