- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 6.3k
Description
Version
3.0.1
Node and OS info
Node 8.11.4 / npm 6.4.1 / Ubuntu 18.04
Steps to reproduce
Create new project and run
vue run build --dest directory
What is expected?
All generated files are in "directory"
What is actually happening?
zverev@work:~/workspace/vue-test$ npm run build --dest directory
vue-test@0.1.0 build /home/zverev/workspace/vue-test
vue-cli-service build "directory"
⠋ Building for production...
ERROR Failed to compile with 1 errors 18:16:04
error
Entry module not found: Error: Can't resolve '/home/zverev/workspace/vue-test/directory' in '/home/zverev/workspace/vue-test'
ERROR Build failed with errors.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! vue-test@0.1.0 build:vue-cli-service build "directory"
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the vue-test@0.1.0 build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.