question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

vue ui fails on 3.0.0-rc.7 and Win10

See original GitHub issue

Version

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:closed
  • Created 5 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
yyx990803commented, Jul 27, 2018

@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.

1reaction
Samuell1commented, Jul 27, 2018

I think its because it wants to read folder .vue-cli-ui but it should read only file.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found