vue ui fails on 3.0.0-rc.7 and Win10
See original GitHub issueVersion
3.0.0-rc.7
Node and OS info
Node v8.11.3 / NPM 5.7.1 / Windows 10
Steps to reproduce
vue ui
fails on arbitrary projects with error:
ERROR Error: EISDIR: illegal operation on a directory, read
Error: EISDIR: illegal operation on a directory, read
at Object.fs.readSync (fs.js:675:18)
at tryReadSync (fs.js:540:20)
at Object.fs.readFileSync (fs.js:583:19)
at windowsConfigPath (C:\Users\beat.grabe\AppData\Roaming\npm\node_modules\@vue\cli\lib\util\rcPath.js:30:35)
at exports.getRcPath.file (C:\Users\beat.grabe\AppData\Roaming\npm\node_modules\@vue\cli\lib\util\rcPath.js:41:3)
at Object.<anonymous> (C:\Users\beat.grabe\AppData\Roaming\npm\node_modules\@vue\cli\node_modules\@vue\cli-ui\apollo-server\util\db.js:18:5)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
What is expected?
The vue-cli user interface will open
What is actually happening?
The command is failing
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Vue-cli 3: "command failed: npm install --loglevel error"
I am using "vue-cli 3.0.0-rc.1", I solve the problems by setting the ~/.vuerc from "useTaobaoRegistry": true, to false.
Read more >PrimeVue - Vue UI Component Library - PrimeFaces
The ultimate collection of design-agnostic, flexible and accessible Vue UI Components.
Read more >Installation | Vue CLI
To install the new package, use one of the following commands. You need administrator privileges to execute these unless npm was installed on ......
Read more >Changelog - Kendo UI for Vue
v3.6.4. 7 October 2022 ... Bug Fixes. editor not updating tools in vue 2; chart error on unmount ... https://www.telerik.com/kendo-vue-ui/my-license.
Read more >vue/cli@3.0.0-rc.3 - Snyk Vulnerability Database
Note: This vulnerability is exploitable only if the user explicitly exposes their Vue CLI UI server to the public network via the command...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@Akryum I’m going to revert it because I don’t see much benefit. The user who wants a different config location can use
VUE_CLI_CONFIG_PATH
anyway.I think its because it wants to read folder
.vue-cli-ui
but it should read only file.