我需要在我的 Mac 上设置 ReactJS。我有npm
4.1.2node
版本和 v7.7.4 版本。我从 Git 克隆项目,并在项目文件夹中尝试执行npm install
和跟踪npm start
. 但我得到错误。我删除并卸载了节点和 npm,然后用自制软件重新安装,但没有帮助。这是我在终端中遇到的错误屏幕?你知道有什么问题吗?
这是我的package.json
文件
{
"name": "viaopt",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {},
"devDependencies": {
"webpack": "^2.3.0"
},
"description": ""
}