Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/node.js/34.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Node.js TypeError:无法读取属性';合并配置';未定义的_Node.js_Npm_Gulp - Fatal编程技术网

Node.js TypeError:无法读取属性';合并配置';未定义的

Node.js TypeError:无法读取属性';合并配置';未定义的,node.js,npm,gulp,Node.js,Npm,Gulp,通过cmd运行gulp时,我遇到以下错误: 下面是我的package.json { “私人”:没错, “脚本”:{ “产品”:“吞咽——生产”, “开发人员”:“吞咽手表” }, “依赖性”:{ “引导式sass”:“^3.3.7”, “吞咽”:“^3.9.1”, “gulp安装”:“^0.6.0”, “jquery”:“^3.1.0”, “拉维长生不老药”:“^6.0.0-11”, “laravel-elixir-vue-2”:“^0.2.0”, “拉维长生不老药网页包”:“^1.0.1”,

通过cmd运行gulp时,我遇到以下错误:

下面是我的
package.json

{
“私人”:没错,
“脚本”:{
“产品”:“吞咽——生产”,
“开发人员”:“吞咽手表”
},
“依赖性”:{
“引导式sass”:“^3.3.7”,
“吞咽”:“^3.9.1”,
“gulp安装”:“^0.6.0”,
“jquery”:“^3.1.0”,
“拉维长生不老药”:“^6.0.0-11”,
“laravel-elixir-vue-2”:“^0.2.0”,
“拉维长生不老药网页包”:“^1.0.1”,
“拉维长生不老药网页官方”:“^1.0.2”,
“lodash”:“^4.16.2”,
“vue”:“^2.0.1”,
“vue资源”:“^1.0.3”,
“网页包”:“^1.13.2”
}
}

我通过运行以下命令修复了此问题:

npm install --no-bin-links

“您需要显示您的
gulpfile.js
,否则我们无法帮助您。@Martin通过运行npm安装--无bin链接修复了此问题。”。顺便说一句,感谢您的帮助。:)