当我尝试使用npm install安装firebase时出现此错误:
有人可以帮助我弄清楚我在做什么错吗?我的应用程序的package.json看起来像这样:
{
"name": "vidmark",
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-scripts": "1.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}