新闻详情
cross-env NODE_ENV=production env_config=prod node build/...
来自 : www.fecmall.com/topic/1...
发布时间:2021-03-24
vue-element-admin@3.6.2 build:prod D:\\vue\\vue-element-admin cross-env NODE_ENV=production env_config=prod node build/build.js
2019年3月23日技术分享 · Fecmall · 于 2年前 发布· 8369 次阅读 我使用的是element admin,执行到下面部分被卡住了。npm run build:prod > vue-element-admin@3...fecshopcross
执行这里一直卡住,无法执行,通过调试发现,是
build/check-versions.js里面
\'use strict\'const chalk = require(\'chalk\')const semver = require(\'semver\')const packageConfig = require(\'../package.json\')const shell = require(\'shelljs\')function exec (cmd) { return require(\'child_process\').execSync(cmd).toString().trim()const versionRequirements = [ name: \'node\', currentVersion: semver.clean(process.version), versionRequirement: packageConfig.engines.nodeif (shell.which(\'npm\')) { versionRequirements.push({ name: \'npm\', currentVersion: exec(\'npm --version\'), versionRequirement: packageConfig.engines.npm
exec(\'npm --version\')无法执行造成的问题,因此,将这个值直接填写
if (shell.which(\'npm\')) { versionRequirements.push({ name: \'npm\', currentVersion: \'5.6.0\', // exec(\'npm --version\'), versionRequirement: packageConfig.engines.npm
然后这个问题解决了。
2019年3月23日技术分享 · Fecmall · 于 2年前 发布· 8369 次阅读 我使用的是element admin,执行到下面部分被卡住了。npm run build:prod > vue-element-admin@3...fecshopcross
本文链接: http://unicros.immuno-online.com/view-709970.html
发布于 : 2021-03-24
阅读(0)
最新动态
2021-03-24
2021-03-24
2021-03-24
2021-03-24
2021-03-24
2021-03-24
2021-03-24
2021-03-24
2021-03-24
2021-03-24
2021-03-24
2021-03-24
品牌分类
其他
联络我们