我正在使用NodeJS,但由於其他問題,我再次安裝了Windows。現在我已經gloabally安裝nodemon,它也顯示在C盤的版本,但是當我嘗試運行項目它給我的錯誤: nodemon is not recognized as an internal command operable program or batch file
我最近開始學習Node,我成功運行了我的第一個節點應用程序,但沒有使用nodemon。我安裝nodemon全球使用npm install -g nodemon,併成功安裝.. 如果我再運行nodemon index我看到以下錯誤 [nodemon] 1.12.1 [nodemon] to restart at any time, enter RS [nodemon] watching: *.* [