今天,在powershell里輸入 create-react-app study,會提示create react-app :無法加載文件C:\Users\cmc\AppData\Roaming\npm\create-react-app.ps1, 因為在此系統上禁止運行腳本。有關詳細信息,請參閱.... 
之后重裝node create-react-app都不行
截止發文章的時間,錯誤原因未知,但不知為何已經正常了
因此,還有報錯的話還可以使用
npx create-react-app study
npm init react-app study
yarn create react-app study
三個命令來創建項目