gpt4 book ai didi

javascript - npm ERR 拒绝在名为 的包下安装名称为 的包

转载 作者:搜寻专家 更新时间:2023-11-01 00:10:55 25 4
gpt4 key购买 nike

我正在尝试使用 jsonfile在我的项目中打包,但出现以下错误:

  1. Refusing to install package with name <packagename> under a package also called <packagename>. (注意目录或文件名都不与包名相同)

  2. Cannot find module <packagename>.

enter image description here

enter image description here

最佳答案

package.json 中的项目名称与您尝试安装的模块相同时会导致问题。

要解决此问题,请将 package.json 中的项目名称更改为其他名称。例如,“jsonfile-test”:

{
"name": "jsonfile-test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
}
}

关于javascript - npm ERR 拒绝在名为 <packageName> 的包下安装名称为 <packageName> 的包,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52179949/

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