我正在嘗試創建React應用程序,但是當我使用npx create-react-app myapp時,它顯示Eperm錯誤,當我使用npm install -g create-react-時應用程式顯示npm 基金。我嘗試透過重新安裝node js來解決,但沒有成功。
npx create-react-app myapp
npm install -g create-react-時應用程式
首先全域安裝create-react-app,例如:
create-react-app
npm install -g create-react-app
然後,您可以建立您的應用程序,例如:
首先全域安裝
create-react-app
,例如:然後,您可以建立您的應用程序,例如: