Closed
Description
Version
3.0.1
Reproduction link
Node and OS info
Node v10.6.0, NPM v6.1.0, macos 10.13.6
Steps to reproduce
change vue.config.js outputDir: outputDir: dist/${process.env.NODE_ENV.toUpperCase()}/${pkg.version}
,
npm run build
What is expected?
output dist/{env}/{version} dir.
What is actually happening?
npm run build
Error: EISDIR: illegal operation on a directory, open
'/Users///**/dist/DEV/0.1.1'
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! AppPivotEHRWeb@0.1.1 build: vue-cli-service build --mode=dev
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the AppPivotEHRWeb@0.1.1 build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
no