You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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! [email protected] build: vue-cli-service build --mode=dev
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
no
The text was updated successfully, but these errors were encountered:
Version
3.0.1
Reproduction link
https://www.no.com
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}
,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! [email protected] build:
vue-cli-service build --mode=dev
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
no
The text was updated successfully, but these errors were encountered: