Rect JS安装问题

时间:2019-02-23 02:54:59

标签: node.js reactjs npm

我是来反应js的新手,已经安装了节点js稳定版本。我已经检查了节点版本和npm版本,它工作正常,我尝试使用“ npm init react -app”和“ npx create-react-app”安装react,但出现错误,我尝试了所有建议(甚至我已经卸载了防病毒扫描程序),但无法正常工作。谁能帮忙。

(错误屏幕截图“ https://drive.google.com/file/d/17uWV6RX_e-ev-Afs5r4viqKTOL-SDsyY/view?usp=sharing”)

1 个答案:

答案 0 :(得分:0)

1)安装node.js 2)通过以下方式安装npm:          安装npm –g 3)创建反应应用程序:         npx create-react-app test-app

通过以下方式导航到文件夹:  cd test-app

希望这会起作用。