gpt4 book ai didi

node.js - 无法在 Node js 上安装 firebase 模块 : error 404

转载 作者:太空宇宙 更新时间:2023-11-03 23:21:07 25 4
gpt4 key购买 nike

我想在我的 React 应用程序中使用 firebase。我是 react 新手,所以我使用本教程来创建我的 react 应用程序: https://reactjs.org/tutorial/tutorial.html

我有: Node js版本:v8.9.4npm 版本:5.6.0

我正在运行:

npm install --save firebase

并得到:

npm ERR! code E404
npm ERR! 404 Not Found: @firebase/app@0.1.10

npm ERR! A complete log of this run can be found in:
npm ERR! C:\...\Roaming\npm-cache\_logs\2018-04-10T10_44_12_593Z-debug.log

这是我的包 json:

{
"name": "profile-editor",
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react-editable-json-tree": "^2.2.0",
"react-firebase": "^2.2.8",
"react-json-edit": "^0.3.1",
"react-scripts": "1.1.1",
"update-notifier": "^2.4.0"
},
"scripts": {
"start": "set PORT=3006 && react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}

我咨询了一位 friend ,他可以下载这个模块(使用旧的 Node js 版本)。我从我的家庭网络和手机的热点尝试了这个命令,以防出现网络问题。同样的错误。这很奇怪!有什么建议么?

最佳答案

我刚刚尝试过

npm install firebase --save

再次(感谢 Dhana),3 个月后,甚至没有更新 Node (我很确定我当时尝试过),并且它起作用了。仍然是个谜。

关于node.js - 无法在 Node js 上安装 firebase 模块 : error 404,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49752015/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com