标签: vue.js vuejs2
我构建了vue2项目。然后将其移至/ var / www / html以在localhost上运行。
在浏览器中打开时,它在控制台中显示错误。
index.js-> TypeError:无法读取未定义的属性“ npm_config_report”(第74行)
在index.js中是
bundleAnalyzerReport: process.env.npm_config_report
帮助解决此错误提示。