Firebase npm 工具安装问题
作者:skywalker 提问时间:11/10/2023
> npm install -g firebase-tools npm WARN deprecated @npmcli/[email protected]: This functionality ha...
npm 问答列表
作者:skywalker 提问时间:11/10/2023
> npm install -g firebase-tools npm WARN deprecated @npmcli/[email protected]: This functionality ha...
作者:Iker Aguayo 提问时间:6/29/2016
我正在寻找这样的组件包含在我的项目中: http://geodan.github.io/duallistbox/sample-100.html 我想用npm安装它。 问题是我测试了一些在那里的例...
作者:Joey Zhu 提问时间:11/8/2023
我正在推动一项代码更改,该更改在 EB 部署的应用程序上添加新的 npm 依赖项 (@tensorflow/tfjs)。该平台是在 64 位 Amazon Linux 2/5.8.7 上运行的 Nod...
作者:rink.attendant.6 提问时间:5/27/2017
npm 5 今天发布,其中一项新功能包括通过创建文件进行确定性安装。package-lock.json 此文件是否应该保存在源代码管理中? 我假设它类似于 yarn.lock 和 composer...
作者:Harsh Hingu 提问时间:11/9/2023
在此处输入图像描述 在上图中,我想安装 RTK 查询并在我的项目中使用它。但它没有安装并给我上述错误。 我尝试删除node_modules文件夹并进行了npm install。之后仍然出现相同的错...
作者:ashique 提问时间:11/9/2023
我一直在尝试使用 nvm (v18.16.1) 安装节点 .js 所需的版本。除了“curl -sL https://raw.githubusercontent.com/nvm-sh/nvm/v0.3...
作者:Antonio Lentini 提问时间:11/9/2023
我尝试启动一个 firebase 项目,但此错误出现在 tsconfig.json 找不到“node”的类型定义文件。 该文件位于程序中,因为: 隐式类型库“node”的入口点 我尝试安装类型,但...
作者:Shashank Nathe 提问时间:11/9/2023
我的项目面临编译问题。 Compilation failed: Browserslist: caniuse-lite is outdated. Please run: npx browsersl...
作者:Fernando Santiago 提问时间:11/12/2023
我一直在尝试在 node.js 版本 18.15.0 和 Windows 中安装(过去 18 小时),但它给了我下一个错误:npm i gc-stats PS C:\Users\fdesantiag...
作者:Maxqueue 提问时间:11/12/2023
我有故事书项目,我想将 css 文件包含在我的构建中。我所有的 css 文件都在 src/styles 中。 我没有看到我的输出中包含的 css 文件。 这是我的rollup.config.js ...