Description
Version
4.4.3
Environment info
Environment Info:
System:
OS: Linux 4.4 Ubuntu 18.04.4 LTS (Bionic Beaver)
CPU: (8) x64 Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz
Binaries:
Node: 14.4.0 - ~/.nvm/versions/node/v14.4.0/bin/node
Yarn: Not Found
npm: 6.14.5 - ~/.nvm/versions/node/v14.4.0/bin/npm
Browsers:
Chrome: Not Found
Firefox: Not Found
npmGlobalPackages:
@vue/cli: 4.4.3
Steps to reproduce
create new project in vue ui
What is expected?
created new project
What is actually happening?
error
linux@localhost:.../OSPanel/domains/vue$ vue ui
🚀 Starting GUI...
🌠 Ready on http://localhost:8000
npm ERR! code ENOENT
npm ERR! syscall rename
npm ERR! path /mnt/d/OSPanel/domains/vue/learn/node_modules/@babel/helper-plugin-utils
npm ERR! dest /mnt/d/OSPanel/domains/vue/learn/node_modules/@babel/.helper-plugin-utils.DELETE
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, rename '/mnt/d/OSPanel/domains/vue/learn/node_modules/@babel/helper-plugin-utils' -> '/mnt/d/OSPanel/domains/vue/learn/node_modules/@babel/.helper-plugin-utils.DELETE'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in:
npm ERR! /home/linux/.npm/_logs/2020-06-12T10_54_12_779Z-debug.log
ERROR command failed: npm install --loglevel error
Error: Command failed: vue create learn --skipGetStarted --no-git --inlinePreset {"useConfigFiles":false,"plugins":{"@vue/cli-plugin-babel":{},"@vue/cli-plugin-eslint":{"config":"base","lintOn":["save"]}}}
✨ Creating project in /mnt/d/OSPanel/domains/vue/learn.
⚙️ Installing CLI plugins. This might take a while...
at makeError (/home/linux/.nvm/versions/node/v14.4.0/lib/node_modules/@vue/cli/node_modules/execa/index.js:174:9)
at /home/linux/.nvm/versions/node/v14.4.0/lib/node_modules/@vue/cli/node_modules/execa/index.js:278:16
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at async /home/linux/.nvm/versions/node/v14.4.0/lib/node_modules/@vue/cli/node_modules/@vue/cli-ui/apollo-server/connectors/projects.js:345:5
at async Object.wrap (/home/linux/.nvm/versions/node/v14.4.0/lib/node_modules/@vue/cli/node_modules/@vue/cli-ui/apollo-server/connectors/progress.js:39:14) {
code: 1,
stdout: '✨ Creating project in /mnt/d/OSPanel/domains/vue/learn.\n'
'⚙️ Installing CLI plugins. This might take a while...\n'
'\n',
stderr: null,
failed: true,
signal: null,
cmd: 'vue create learn --skipGetStarted --no-git --inlinePreset {"useConfigFiles":false,"plugins":{"@vue/cli-plugin-babel":{},"@vue/cli-plugin-eslint":{"config":"base","lintOn":["save"]}}}',
timedOut: false,
killed: false
}