我正在尝试创建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
,例如:然后,您可以创建您的应用程序,例如: